Shades of Deep Pink #FF0D84
Tints of Deep Pink #FF0D84
RGB
CMYK
RGB Variations
Color information
#FF0D84 (or 0xFF0D84) is known color: Deep Pink. HEX triplet: FF, 0D and 84. RGB value is (255,13,132). Sum of RGB (Red+Green+Blue) = 255+13+132=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D84 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0D84 is #00F27B. Grayscale: #626262. Windows color (decimal): -62076 or 8654335. OLE color: 8654335.
HSL color Cylindrical-coordinate representation of color #FF0D84: hue angle of 330.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0D84 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 132 | - |
| CMYK | 0 | 0.95 | 0.48 | 0 |
| HSL | 330.5º | 1% | 0.53% | - |
| HSV(B) | 330.5º | 0.95% | 1% | - |
| XYZ | 45.55 | 23.21 | 23.91 | - |
| YUV | 98.92 | 146.67 | 239.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 132 | 0 | 0.95 | 0.48 | 0 | 330.5 | 1 | 0.53 |
| Hex | FF | D | 84 | 0 | 5F | 30 | 0 | 14A | 64 | 35 |
| Octal | 377 | 15 | 204 | 0 | 137 | 60 | 0 | 512 | 144 | 65 |
| Binary | 11111111 | 1101 | 10000100 | 0 | 1011111 | 110000 | 0 | 101001010 | 1100100 | 110101 |
Color Harmonies of #FF0D84
Complementary color
Monochromatic Colors of #FF0D84
Black with #FF0D84
Text Example
Text Example
White with #FF0D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D84; }
p { color: rgb(255,13,132); }
H1.HeaderClassName
{
color: #FF0D84;
}
.AnyTagClassName
{
color: #FF0D84;
}
</style>
background-color css
<style>
a { background-color: #FF0D84; }
a { background-color: rgb(255,13,132); }
div.DivClassName
{
background-color: #FF0D84;
}
.BgClassName
{
background-color: #FF0D84;
}
</style>
border-color css
<style>
span { border-color: #FF0D84; }
span { border-color: rgb(255,13,132); }
td.TdClassName
{
border-color: #FF0D84;
}
.TagClassName
{
border-color: #FF0D84;
}
</style>