Shades of Deep Cerise #D72974
Tints of Deep Cerise #D72974
RGB
CMYK
RGB Variations
Color information
#D72974 (or 0xD72974) is known color: Deep Cerise. HEX triplet: D7, 29 and 74. RGB value is (215,41,116). Sum of RGB (Red+Green+Blue) = 215+41+116=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D72974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72974 is #28D68B. Grayscale: #656565. Windows color (decimal): -2676364 or 7612887. OLE color: 7612887.
HSL color Cylindrical-coordinate representation of color #D72974: hue angle of 334.14º 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 #D72974 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 41 | 116 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.16 |
| HSL | 334.14º | 0.69% | 0.5% | - |
| HSV(B) | 334.14º | 0.81% | 0.84% | - |
| XYZ | 31.97 | 17.29 | 18.18 | - |
| YUV | 101.58 | 136.15 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 41 | 116 | 0 | 0.81 | 0.46 | 0.16 | 334.14 | 0.69 | 0.5 |
| Hex | D7 | 29 | 74 | 0 | 51 | 2E | 10 | 14E | 45 | 32 |
| Octal | 327 | 51 | 164 | 0 | 121 | 56 | 20 | 516 | 105 | 62 |
| Binary | 11010111 | 101001 | 1110100 | 0 | 1010001 | 101110 | 10000 | 101001110 | 1000101 | 110010 |
Color Harmonies of #D72974
Complementary color
Monochromatic Colors of #D72974
Black with #D72974
Text Example
Text Example
White with #D72974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72974; }
p { color: rgb(215,41,116); }
H1.HeaderClassName
{
color: #D72974;
}
.AnyTagClassName
{
color: #D72974;
}
</style>
background-color css
<style>
a { background-color: #D72974; }
a { background-color: rgb(215,41,116); }
div.DivClassName
{
background-color: #D72974;
}
.BgClassName
{
background-color: #D72974;
}
</style>
border-color css
<style>
span { border-color: #D72974; }
span { border-color: rgb(215,41,116); }
td.TdClassName
{
border-color: #D72974;
}
.TagClassName
{
border-color: #D72974;
}
</style>