Shades of Deep Cerise #D72CA9
Tints of Deep Cerise #D72CA9
RGB
CMYK
RGB Variations
Color information
#D72CA9 (or 0xD72CA9) is known color: Deep Cerise. HEX triplet: D7, 2C and A9. RGB value is (215,44,169). Sum of RGB (Red+Green+Blue) = 215+44+169=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 44 (17.58% from 255 or 10.28% from 428); Blue value is 169 (66.41% from 255 or 39.49% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D72CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72CA9 is #28D356. Grayscale: #6D6D6D. Windows color (decimal): -2675543 or 11087063. OLE color: 11087063.
HSL color Cylindrical-coordinate representation of color #D72CA9: hue angle of 316.14º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72CA9 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 44 | 169 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.16 |
| HSL | 316.14º | 0.68% | 0.51% | - |
| HSV(B) | 316.14º | 0.8% | 0.84% | - |
| XYZ | 36.09 | 19.11 | 39.32 | - |
| YUV | 109.38 | 161.65 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 44 | 169 | 0 | 0.80 | 0.21 | 0.16 | 316.14 | 0.68 | 0.51 |
| Hex | D7 | 2C | A9 | 0 | 50 | 15 | 10 | 13C | 44 | 33 |
| Octal | 327 | 54 | 251 | 0 | 120 | 25 | 20 | 474 | 104 | 63 |
| Binary | 11010111 | 101100 | 10101001 | 0 | 1010000 | 10101 | 10000 | 100111100 | 1000100 | 110011 |
Color Harmonies of #D72CA9
Complementary color
Monochromatic Colors of #D72CA9
Black with #D72CA9
Text Example
Text Example
White with #D72CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72CA9; }
p { color: rgb(215,44,169); }
H1.HeaderClassName
{
color: #D72CA9;
}
.AnyTagClassName
{
color: #D72CA9;
}
</style>
background-color css
<style>
a { background-color: #D72CA9; }
a { background-color: rgb(215,44,169); }
div.DivClassName
{
background-color: #D72CA9;
}
.BgClassName
{
background-color: #D72CA9;
}
</style>
border-color css
<style>
span { border-color: #D72CA9; }
span { border-color: rgb(215,44,169); }
td.TdClassName
{
border-color: #D72CA9;
}
.TagClassName
{
border-color: #D72CA9;
}
</style>