Shades of Deep Cerise #D72A99
Tints of Deep Cerise #D72A99
RGB
CMYK
RGB Variations
Color information
#D72A99 (or 0xD72A99) is known color: Deep Cerise. HEX triplet: D7, 2A and 99. RGB value is (215,42,153). Sum of RGB (Red+Green+Blue) = 215+42+153=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72A99 is #28D566. Grayscale: #6A6A6A. Windows color (decimal): -2676071 or 10037975. OLE color: 10037975.
HSL color Cylindrical-coordinate representation of color #D72A99: hue angle of 321.5º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72A99 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 42 | 153 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.16 |
| HSL | 321.5º | 0.68% | 0.5% | - |
| HSV(B) | 321.5º | 0.8% | 0.84% | - |
| XYZ | 34.6 | 18.4 | 31.87 | - |
| YUV | 106.38 | 154.31 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 153 | 0 | 0.80 | 0.29 | 0.16 | 321.5 | 0.68 | 0.5 |
| Hex | D7 | 2A | 99 | 0 | 50 | 1D | 10 | 142 | 44 | 32 |
| Octal | 327 | 52 | 231 | 0 | 120 | 35 | 20 | 502 | 104 | 62 |
| Binary | 11010111 | 101010 | 10011001 | 0 | 1010000 | 11101 | 10000 | 101000010 | 1000100 | 110010 |
Color Harmonies of #D72A99
Complementary color
Monochromatic Colors of #D72A99
Black with #D72A99
Text Example
Text Example
White with #D72A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72A99; }
p { color: rgb(215,42,153); }
H1.HeaderClassName
{
color: #D72A99;
}
.AnyTagClassName
{
color: #D72A99;
}
</style>
background-color css
<style>
a { background-color: #D72A99; }
a { background-color: rgb(215,42,153); }
div.DivClassName
{
background-color: #D72A99;
}
.BgClassName
{
background-color: #D72A99;
}
</style>
border-color css
<style>
span { border-color: #D72A99; }
span { border-color: rgb(215,42,153); }
td.TdClassName
{
border-color: #D72A99;
}
.TagClassName
{
border-color: #D72A99;
}
</style>