Shades of Deep Cerise #D72198
Tints of Deep Cerise #D72198
RGB
CMYK
RGB Variations
Color information
#D72198 (or 0xD72198) is known color: Deep Cerise. HEX triplet: D7, 21 and 98. RGB value is (215,33,152). Sum of RGB (Red+Green+Blue) = 215+33+152=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D72198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72198 is #28DE67. Grayscale: #646464. Windows color (decimal): -2678376 or 9970135. OLE color: 9970135.
HSL color Cylindrical-coordinate representation of color #D72198: hue angle of 320.77º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D72198 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 152 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.16 |
| HSL | 320.77º | 0.73% | 0.49% | - |
| HSV(B) | 320.77º | 0.85% | 0.84% | - |
| XYZ | 34.24 | 17.8 | 31.34 | - |
| YUV | 100.98 | 156.8 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 152 | 0 | 0.85 | 0.29 | 0.16 | 320.77 | 0.73 | 0.49 |
| Hex | D7 | 21 | 98 | 0 | 55 | 1D | 10 | 141 | 49 | 31 |
| Octal | 327 | 41 | 230 | 0 | 125 | 35 | 20 | 501 | 111 | 61 |
| Binary | 11010111 | 100001 | 10011000 | 0 | 1010101 | 11101 | 10000 | 101000001 | 1001001 | 110001 |
Color Harmonies of #D72198
Complementary color
Monochromatic Colors of #D72198
Black with #D72198
Text Example
Text Example
White with #D72198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72198; }
p { color: rgb(215,33,152); }
H1.HeaderClassName
{
color: #D72198;
}
.AnyTagClassName
{
color: #D72198;
}
</style>
background-color css
<style>
a { background-color: #D72198; }
a { background-color: rgb(215,33,152); }
div.DivClassName
{
background-color: #D72198;
}
.BgClassName
{
background-color: #D72198;
}
</style>
border-color css
<style>
span { border-color: #D72198; }
span { border-color: rgb(215,33,152); }
td.TdClassName
{
border-color: #D72198;
}
.TagClassName
{
border-color: #D72198;
}
</style>