Shades of Deep Cerise #D72292
Tints of Deep Cerise #D72292
RGB
CMYK
RGB Variations
Color information
#D72292 (or 0xD72292) is known color: Deep Cerise. HEX triplet: D7, 22 and 92. RGB value is (215,34,146). Sum of RGB (Red+Green+Blue) = 215+34+146=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 34 (13.67% from 255 or 8.61% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D72292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72292 is #28DD6D. Grayscale: #646464. Windows color (decimal): -2678126 or 9577175. OLE color: 9577175.
HSL color Cylindrical-coordinate representation of color #D72292: hue angle of 322.87º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D72292 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 34 | 146 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.16 |
| HSL | 322.87º | 0.73% | 0.49% | - |
| HSV(B) | 322.87º | 0.84% | 0.84% | - |
| XYZ | 33.78 | 17.67 | 28.82 | - |
| YUV | 100.89 | 153.47 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 34 | 146 | 0 | 0.84 | 0.32 | 0.16 | 322.87 | 0.73 | 0.49 |
| Hex | D7 | 22 | 92 | 0 | 54 | 20 | 10 | 143 | 49 | 31 |
| Octal | 327 | 42 | 222 | 0 | 124 | 40 | 20 | 503 | 111 | 61 |
| Binary | 11010111 | 100010 | 10010010 | 0 | 1010100 | 100000 | 10000 | 101000011 | 1001001 | 110001 |
Color Harmonies of #D72292
Complementary color
Monochromatic Colors of #D72292
Black with #D72292
Text Example
Text Example
White with #D72292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72292; }
p { color: rgb(215,34,146); }
H1.HeaderClassName
{
color: #D72292;
}
.AnyTagClassName
{
color: #D72292;
}
</style>
background-color css
<style>
a { background-color: #D72292; }
a { background-color: rgb(215,34,146); }
div.DivClassName
{
background-color: #D72292;
}
.BgClassName
{
background-color: #D72292;
}
</style>
border-color css
<style>
span { border-color: #D72292; }
span { border-color: rgb(215,34,146); }
td.TdClassName
{
border-color: #D72292;
}
.TagClassName
{
border-color: #D72292;
}
</style>