Shades of Deep Cerise #D72CA8
Tints of Deep Cerise #D72CA8
RGB
CMYK
RGB Variations
Color information
#D72CA8 (or 0xD72CA8) is known color: Deep Cerise. HEX triplet: D7, 2C and A8. RGB value is (215,44,168). Sum of RGB (Red+Green+Blue) = 215+44+168=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 44 (17.58% from 255 or 10.30% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D72CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72CA8 is #28D357. Grayscale: #6C6C6C. Windows color (decimal): -2675544 or 11021527. OLE color: 11021527.
HSL color Cylindrical-coordinate representation of color #D72CA8: hue angle of 316.49º 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 #D72CA8 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 44 | 168 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.16 |
| HSL | 316.49º | 0.68% | 0.51% | - |
| HSV(B) | 316.49º | 0.8% | 0.84% | - |
| XYZ | 35.99 | 19.08 | 38.83 | - |
| YUV | 109.27 | 161.15 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 44 | 168 | 0 | 0.80 | 0.22 | 0.16 | 316.49 | 0.68 | 0.51 |
| Hex | D7 | 2C | A8 | 0 | 50 | 16 | 10 | 13C | 44 | 33 |
| Octal | 327 | 54 | 250 | 0 | 120 | 26 | 20 | 474 | 104 | 63 |
| Binary | 11010111 | 101100 | 10101000 | 0 | 1010000 | 10110 | 10000 | 100111100 | 1000100 | 110011 |
Color Harmonies of #D72CA8
Complementary color
Monochromatic Colors of #D72CA8
Black with #D72CA8
Text Example
Text Example
White with #D72CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72CA8; }
p { color: rgb(215,44,168); }
H1.HeaderClassName
{
color: #D72CA8;
}
.AnyTagClassName
{
color: #D72CA8;
}
</style>
background-color css
<style>
a { background-color: #D72CA8; }
a { background-color: rgb(215,44,168); }
div.DivClassName
{
background-color: #D72CA8;
}
.BgClassName
{
background-color: #D72CA8;
}
</style>
border-color css
<style>
span { border-color: #D72CA8; }
span { border-color: rgb(215,44,168); }
td.TdClassName
{
border-color: #D72CA8;
}
.TagClassName
{
border-color: #D72CA8;
}
</style>