Shades of Deep Cerise #D72B99
Tints of Deep Cerise #D72B99
RGB
CMYK
RGB Variations
Color information
#D72B99 (or 0xD72B99) is known color: Deep Cerise. HEX triplet: D7, 2B and 99. RGB value is (215,43,153). Sum of RGB (Red+Green+Blue) = 215+43+153=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 43 (17.19% from 255 or 10.46% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D72B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72B99 is #28D466. Grayscale: #6A6A6A. Windows color (decimal): -2675815 or 10038231. OLE color: 10038231.
HSL color Cylindrical-coordinate representation of color #D72B99: hue angle of 321.63º 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 #D72B99 is Cyan = 0, Magento = 0.8, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 43 | 153 | - |
| CMYK | 0 | 0.8 | 0.29 | 0.16 |
| HSL | 321.63º | 0.68% | 0.51% | - |
| HSV(B) | 321.63º | 0.8% | 0.84% | - |
| XYZ | 34.64 | 18.47 | 31.88 | - |
| YUV | 106.97 | 153.98 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 43 | 153 | 0 | 0.8 | 0.29 | 0.16 | 321.63 | 0.68 | 0.51 |
| Hex | D7 | 2B | 99 | 0 | 50 | 1D | 10 | 142 | 44 | 33 |
| Octal | 327 | 53 | 231 | 0 | 120 | 35 | 20 | 502 | 104 | 63 |
| Binary | 11010111 | 101011 | 10011001 | 0 | 1010000 | 11101 | 10000 | 101000010 | 1000100 | 110011 |
Color Harmonies of #D72B99
Complementary color
Monochromatic Colors of #D72B99
Black with #D72B99
Text Example
Text Example
White with #D72B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72B99; }
p { color: rgb(215,43,153); }
H1.HeaderClassName
{
color: #D72B99;
}
.AnyTagClassName
{
color: #D72B99;
}
</style>
background-color css
<style>
a { background-color: #D72B99; }
a { background-color: rgb(215,43,153); }
div.DivClassName
{
background-color: #D72B99;
}
.BgClassName
{
background-color: #D72B99;
}
</style>
border-color css
<style>
span { border-color: #D72B99; }
span { border-color: rgb(215,43,153); }
td.TdClassName
{
border-color: #D72B99;
}
.TagClassName
{
border-color: #D72B99;
}
</style>