Shades of Deep Pink #FF0D89
Tints of Deep Pink #FF0D89
RGB
CMYK
RGB Variations
Color information
#FF0D89 (or 0xFF0D89) is known color: Deep Pink. HEX triplet: FF, 0D and 89. RGB value is (255,13,137). Sum of RGB (Red+Green+Blue) = 255+13+137=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 13 (5.47% from 255 or 3.21% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D89 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0D89 is #00F276. Grayscale: #636363. Windows color (decimal): -62071 or 8982015. OLE color: 8982015.
HSL color Cylindrical-coordinate representation of color #FF0D89: hue angle of 329.26º 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 #FF0D89 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 137 | - |
| CMYK | 0 | 0.95 | 0.46 | 0 |
| HSL | 329.26º | 1% | 0.53% | - |
| HSV(B) | 329.26º | 0.95% | 1% | - |
| XYZ | 45.9 | 23.35 | 25.76 | - |
| YUV | 99.49 | 149.17 | 238.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 137 | 0 | 0.95 | 0.46 | 0 | 329.26 | 1 | 0.53 |
| Hex | FF | D | 89 | 0 | 5F | 2E | 0 | 149 | 64 | 35 |
| Octal | 377 | 15 | 211 | 0 | 137 | 56 | 0 | 511 | 144 | 65 |
| Binary | 11111111 | 1101 | 10001001 | 0 | 1011111 | 101110 | 0 | 101001001 | 1100100 | 110101 |
Color Harmonies of #FF0D89
Complementary color
Monochromatic Colors of #FF0D89
Black with #FF0D89
Text Example
Text Example
White with #FF0D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D89; }
p { color: rgb(255,13,137); }
H1.HeaderClassName
{
color: #FF0D89;
}
.AnyTagClassName
{
color: #FF0D89;
}
</style>
background-color css
<style>
a { background-color: #FF0D89; }
a { background-color: rgb(255,13,137); }
div.DivClassName
{
background-color: #FF0D89;
}
.BgClassName
{
background-color: #FF0D89;
}
</style>
border-color css
<style>
span { border-color: #FF0D89; }
span { border-color: rgb(255,13,137); }
td.TdClassName
{
border-color: #FF0D89;
}
.TagClassName
{
border-color: #FF0D89;
}
</style>