reddish black
Enter any color value (e.g., #ef6e4d, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#ff0dff color RGB value is (255,13,255)
#ff0dff color CMYK value
#ff0dff color HSL value
HSV(or HSB) | 300° | 94.9 | 100 |
XYZ | 59.434 | 28.768 | 97.028 |
Yxy | 0.321 | 0.155 | 28.768 |
LAB | 60.576 | 97.495 | -60.433 |
LUV | 60.576 | 83.597 | -108.094 |
Hunter-LAB | 53.636 | 103.934 | -69.712 |
CIE-LCH | 60.576 | 114.706 | 328.207 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | FF | D | FF |
Decimal | 255 | 13 | 255 |
Octal | 377 | 15 | 377 |
Binary | 11111111 | 00001101 | 11111111 |
Below, you can see some colors close to #ff0dff. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #ff0dff.
<span style="color:#ff0dff">Text here</span>
This paragraph has a background color of #ff0dff.
<p style="background-color:#ff0dff;">Content here</p>
This element has a border color of #ff0dff.
<div style="border:1px #ff0dff;">Content here</div>
.text {color:#ff0dff;}
.background {background-color:#ff0dff;}
.border {border:1px solid #ff0dff;}
.text-shadow {border:1px solid #ff0dff;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #0d000d is the darkest color, while #fff7ff is the lightest one.