Shades of Deep Cerise #D72C8C
Tints of Deep Cerise #D72C8C
RGB
CMYK
RGB Variations
Color information
#D72C8C (or 0xD72C8C) is known color: Deep Cerise. HEX triplet: D7, 2C and 8C. RGB value is (215,44,140). Sum of RGB (Red+Green+Blue) = 215+44+140=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72C8C is #28D373. Grayscale: #696969. Windows color (decimal): -2675572 or 9186519. OLE color: 9186519.
HSL color Cylindrical-coordinate representation of color #D72C8C: hue angle of 326.32º 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 #D72C8C is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 44 | 140 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.16 |
| HSL | 326.32º | 0.68% | 0.51% | - |
| HSV(B) | 326.32º | 0.8% | 0.84% | - |
| XYZ | 33.66 | 18.14 | 26.54 | - |
| YUV | 106.07 | 147.15 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 44 | 140 | 0 | 0.80 | 0.35 | 0.16 | 326.32 | 0.68 | 0.51 |
| Hex | D7 | 2C | 8C | 0 | 50 | 23 | 10 | 146 | 44 | 33 |
| Octal | 327 | 54 | 214 | 0 | 120 | 43 | 20 | 506 | 104 | 63 |
| Binary | 11010111 | 101100 | 10001100 | 0 | 1010000 | 100011 | 10000 | 101000110 | 1000100 | 110011 |
Color Harmonies of #D72C8C
Complementary color
Monochromatic Colors of #D72C8C
Black with #D72C8C
Text Example
Text Example
White with #D72C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72C8C; }
p { color: rgb(215,44,140); }
H1.HeaderClassName
{
color: #D72C8C;
}
.AnyTagClassName
{
color: #D72C8C;
}
</style>
background-color css
<style>
a { background-color: #D72C8C; }
a { background-color: rgb(215,44,140); }
div.DivClassName
{
background-color: #D72C8C;
}
.BgClassName
{
background-color: #D72C8C;
}
</style>
border-color css
<style>
span { border-color: #D72C8C; }
span { border-color: rgb(215,44,140); }
td.TdClassName
{
border-color: #D72C8C;
}
.TagClassName
{
border-color: #D72C8C;
}
</style>