Shades of Deep Cerise #D72977
Tints of Deep Cerise #D72977
RGB
CMYK
RGB Variations
Color information
#D72977 (or 0xD72977) is known color: Deep Cerise. HEX triplet: D7, 29 and 77. RGB value is (215,41,119). Sum of RGB (Red+Green+Blue) = 215+41+119=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D72977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72977 is #28D688. Grayscale: #656565. Windows color (decimal): -2676361 or 7809495. OLE color: 7809495.
HSL color Cylindrical-coordinate representation of color #D72977: hue angle of 333.1º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D72977 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 41 | 119 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.16 |
| HSL | 333.1º | 0.69% | 0.5% | - |
| HSV(B) | 333.1º | 0.81% | 0.84% | - |
| XYZ | 32.15 | 17.36 | 19.11 | - |
| YUV | 101.92 | 137.65 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 41 | 119 | 0 | 0.81 | 0.45 | 0.16 | 333.1 | 0.69 | 0.5 |
| Hex | D7 | 29 | 77 | 0 | 51 | 2D | 10 | 14D | 45 | 32 |
| Octal | 327 | 51 | 167 | 0 | 121 | 55 | 20 | 515 | 105 | 62 |
| Binary | 11010111 | 101001 | 1110111 | 0 | 1010001 | 101101 | 10000 | 101001101 | 1000101 | 110010 |
Color Harmonies of #D72977
Complementary color
Monochromatic Colors of #D72977
Black with #D72977
Text Example
Text Example
White with #D72977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72977; }
p { color: rgb(215,41,119); }
H1.HeaderClassName
{
color: #D72977;
}
.AnyTagClassName
{
color: #D72977;
}
</style>
background-color css
<style>
a { background-color: #D72977; }
a { background-color: rgb(215,41,119); }
div.DivClassName
{
background-color: #D72977;
}
.BgClassName
{
background-color: #D72977;
}
</style>
border-color css
<style>
span { border-color: #D72977; }
span { border-color: rgb(215,41,119); }
td.TdClassName
{
border-color: #D72977;
}
.TagClassName
{
border-color: #D72977;
}
</style>