Shades of Deep Cerise #D72492
Tints of Deep Cerise #D72492
RGB
CMYK
RGB Variations
Color information
#D72492 (or 0xD72492) is known color: Deep Cerise. HEX triplet: D7, 24 and 92. RGB value is (215,36,146). Sum of RGB (Red+Green+Blue) = 215+36+146=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D72492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72492 is #28DB6D. Grayscale: #656565. Windows color (decimal): -2677614 or 9577687. OLE color: 9577687.
HSL color Cylindrical-coordinate representation of color #D72492: hue angle of 323.13º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D72492 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 36 | 146 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.16 |
| HSL | 323.13º | 0.71% | 0.49% | - |
| HSV(B) | 323.13º | 0.83% | 0.84% | - |
| XYZ | 33.84 | 17.78 | 28.84 | - |
| YUV | 102.06 | 152.8 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 36 | 146 | 0 | 0.83 | 0.32 | 0.16 | 323.13 | 0.71 | 0.49 |
| Hex | D7 | 24 | 92 | 0 | 53 | 20 | 10 | 143 | 47 | 31 |
| Octal | 327 | 44 | 222 | 0 | 123 | 40 | 20 | 503 | 107 | 61 |
| Binary | 11010111 | 100100 | 10010010 | 0 | 1010011 | 100000 | 10000 | 101000011 | 1000111 | 110001 |
Color Harmonies of #D72492
Complementary color
Monochromatic Colors of #D72492
Black with #D72492
Text Example
Text Example
White with #D72492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72492; }
p { color: rgb(215,36,146); }
H1.HeaderClassName
{
color: #D72492;
}
.AnyTagClassName
{
color: #D72492;
}
</style>
background-color css
<style>
a { background-color: #D72492; }
a { background-color: rgb(215,36,146); }
div.DivClassName
{
background-color: #D72492;
}
.BgClassName
{
background-color: #D72492;
}
</style>
border-color css
<style>
span { border-color: #D72492; }
span { border-color: rgb(215,36,146); }
td.TdClassName
{
border-color: #D72492;
}
.TagClassName
{
border-color: #D72492;
}
</style>