Shades of Deep Cerise #D72079
Tints of Deep Cerise #D72079
RGB
CMYK
RGB Variations
Color information
#D72079 (or 0xD72079) is known color: Deep Cerise. HEX triplet: D7, 20 and 79. RGB value is (215,32,121). Sum of RGB (Red+Green+Blue) = 215+32+121=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D72079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72079 is #28DF86. Grayscale: #606060. Windows color (decimal): -2678663 or 7938263. OLE color: 7938263.
HSL color Cylindrical-coordinate representation of color #D72079: hue angle of 330.82º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D72079 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 121 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.16 |
| HSL | 330.82º | 0.74% | 0.48% | - |
| HSV(B) | 330.82º | 0.85% | 0.84% | - |
| XYZ | 31.99 | 16.86 | 19.66 | - |
| YUV | 96.86 | 141.63 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 121 | 0 | 0.85 | 0.44 | 0.16 | 330.82 | 0.74 | 0.48 |
| Hex | D7 | 20 | 79 | 0 | 55 | 2C | 10 | 14B | 4A | 30 |
| Octal | 327 | 40 | 171 | 0 | 125 | 54 | 20 | 513 | 112 | 60 |
| Binary | 11010111 | 100000 | 1111001 | 0 | 1010101 | 101100 | 10000 | 101001011 | 1001010 | 110000 |
Color Harmonies of #D72079
Complementary color
Monochromatic Colors of #D72079
Black with #D72079
Text Example
Text Example
White with #D72079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72079; }
p { color: rgb(215,32,121); }
H1.HeaderClassName
{
color: #D72079;
}
.AnyTagClassName
{
color: #D72079;
}
</style>
background-color css
<style>
a { background-color: #D72079; }
a { background-color: rgb(215,32,121); }
div.DivClassName
{
background-color: #D72079;
}
.BgClassName
{
background-color: #D72079;
}
</style>
border-color css
<style>
span { border-color: #D72079; }
span { border-color: rgb(215,32,121); }
td.TdClassName
{
border-color: #D72079;
}
.TagClassName
{
border-color: #D72079;
}
</style>