Shades of Deep Cerise #D72796
Tints of Deep Cerise #D72796
RGB
CMYK
RGB Variations
Color information
#D72796 (or 0xD72796) is known color: Deep Cerise. HEX triplet: D7, 27 and 96. RGB value is (215,39,150). Sum of RGB (Red+Green+Blue) = 215+39+150=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D72796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72796 is #28D869. Grayscale: #686868. Windows color (decimal): -2676842 or 9840599. OLE color: 9840599.
HSL color Cylindrical-coordinate representation of color #D72796: hue angle of 322.16º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D72796 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 39 | 150 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.16 |
| HSL | 322.16º | 0.69% | 0.5% | - |
| HSV(B) | 322.16º | 0.82% | 0.84% | - |
| XYZ | 34.25 | 18.1 | 30.54 | - |
| YUV | 104.28 | 153.81 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 150 | 0 | 0.82 | 0.30 | 0.16 | 322.16 | 0.69 | 0.5 |
| Hex | D7 | 27 | 96 | 0 | 52 | 1E | 10 | 142 | 45 | 32 |
| Octal | 327 | 47 | 226 | 0 | 122 | 36 | 20 | 502 | 105 | 62 |
| Binary | 11010111 | 100111 | 10010110 | 0 | 1010010 | 11110 | 10000 | 101000010 | 1000101 | 110010 |
Color Harmonies of #D72796
Complementary color
Monochromatic Colors of #D72796
Black with #D72796
Text Example
Text Example
White with #D72796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72796; }
p { color: rgb(215,39,150); }
H1.HeaderClassName
{
color: #D72796;
}
.AnyTagClassName
{
color: #D72796;
}
</style>
background-color css
<style>
a { background-color: #D72796; }
a { background-color: rgb(215,39,150); }
div.DivClassName
{
background-color: #D72796;
}
.BgClassName
{
background-color: #D72796;
}
</style>
border-color css
<style>
span { border-color: #D72796; }
span { border-color: rgb(215,39,150); }
td.TdClassName
{
border-color: #D72796;
}
.TagClassName
{
border-color: #D72796;
}
</style>