Shades of Deep Cerise #D72473
Tints of Deep Cerise #D72473
RGB
CMYK
RGB Variations
Color information
#D72473 (or 0xD72473) is known color: Deep Cerise. HEX triplet: D7, 24 and 73. RGB value is (215,36,115). Sum of RGB (Red+Green+Blue) = 215+36+115=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D72473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72473 is #28DB8C. Grayscale: #626262. Windows color (decimal): -2677645 or 7546071. OLE color: 7546071.
HSL color Cylindrical-coordinate representation of color #D72473: hue angle of 333.52º 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 #D72473 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 36 | 115 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.16 |
| HSL | 333.52º | 0.71% | 0.49% | - |
| HSV(B) | 333.52º | 0.83% | 0.84% | - |
| XYZ | 31.75 | 16.95 | 17.82 | - |
| YUV | 98.53 | 137.3 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 36 | 115 | 0 | 0.83 | 0.47 | 0.16 | 333.52 | 0.71 | 0.49 |
| Hex | D7 | 24 | 73 | 0 | 53 | 2F | 10 | 14E | 47 | 31 |
| Octal | 327 | 44 | 163 | 0 | 123 | 57 | 20 | 516 | 107 | 61 |
| Binary | 11010111 | 100100 | 1110011 | 0 | 1010011 | 101111 | 10000 | 101001110 | 1000111 | 110001 |
Color Harmonies of #D72473
Complementary color
Monochromatic Colors of #D72473
Black with #D72473
Text Example
Text Example
White with #D72473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72473; }
p { color: rgb(215,36,115); }
H1.HeaderClassName
{
color: #D72473;
}
.AnyTagClassName
{
color: #D72473;
}
</style>
background-color css
<style>
a { background-color: #D72473; }
a { background-color: rgb(215,36,115); }
div.DivClassName
{
background-color: #D72473;
}
.BgClassName
{
background-color: #D72473;
}
</style>
border-color css
<style>
span { border-color: #D72473; }
span { border-color: rgb(215,36,115); }
td.TdClassName
{
border-color: #D72473;
}
.TagClassName
{
border-color: #D72473;
}
</style>