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