Shades of Deep Pink #FF0D87
Tints of Deep Pink #FF0D87
RGB
CMYK
RGB Variations
Color information
#FF0D87 (or 0xFF0D87) is known color: Deep Pink. HEX triplet: FF, 0D and 87. RGB value is (255,13,135). Sum of RGB (Red+Green+Blue) = 255+13+135=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 13 (5.47% from 255 or 3.23% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0D87 is #00F278. Grayscale: #636363. Windows color (decimal): -62073 or 8850943. OLE color: 8850943.
HSL color Cylindrical-coordinate representation of color #FF0D87: hue angle of 329.75º 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 #FF0D87 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 135 | - |
| CMYK | 0 | 0.95 | 0.47 | 0 |
| HSL | 329.75º | 1% | 0.53% | - |
| HSV(B) | 329.75º | 0.95% | 1% | - |
| XYZ | 45.76 | 23.3 | 25.01 | - |
| YUV | 99.27 | 148.17 | 239.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 135 | 0 | 0.95 | 0.47 | 0 | 329.75 | 1 | 0.53 |
| Hex | FF | D | 87 | 0 | 5F | 2F | 0 | 14A | 64 | 35 |
| Octal | 377 | 15 | 207 | 0 | 137 | 57 | 0 | 512 | 144 | 65 |
| Binary | 11111111 | 1101 | 10000111 | 0 | 1011111 | 101111 | 0 | 101001010 | 1100100 | 110101 |
Color Harmonies of #FF0D87
Complementary color
Monochromatic Colors of #FF0D87
Black with #FF0D87
Text Example
Text Example
White with #FF0D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D87; }
p { color: rgb(255,13,135); }
H1.HeaderClassName
{
color: #FF0D87;
}
.AnyTagClassName
{
color: #FF0D87;
}
</style>
background-color css
<style>
a { background-color: #FF0D87; }
a { background-color: rgb(255,13,135); }
div.DivClassName
{
background-color: #FF0D87;
}
.BgClassName
{
background-color: #FF0D87;
}
</style>
border-color css
<style>
span { border-color: #FF0D87; }
span { border-color: rgb(255,13,135); }
td.TdClassName
{
border-color: #FF0D87;
}
.TagClassName
{
border-color: #FF0D87;
}
</style>