Shades of Deep Cerise #D72791
Tints of Deep Cerise #D72791
RGB
CMYK
RGB Variations
Color information
#D72791 (or 0xD72791) is known color: Deep Cerise. HEX triplet: D7, 27 and 91. RGB value is (215,39,145). Sum of RGB (Red+Green+Blue) = 215+39+145=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 39 (15.62% from 255 or 9.77% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D72791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72791 is #28D86E. Grayscale: #676767. Windows color (decimal): -2676847 or 9512919. OLE color: 9512919.
HSL color Cylindrical-coordinate representation of color #D72791: hue angle of 323.86º 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 #D72791 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 39 | 145 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.16 |
| HSL | 323.86º | 0.69% | 0.5% | - |
| HSV(B) | 323.86º | 0.82% | 0.84% | - |
| XYZ | 33.86 | 17.94 | 28.47 | - |
| YUV | 103.71 | 151.31 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 145 | 0 | 0.82 | 0.33 | 0.16 | 323.86 | 0.69 | 0.5 |
| Hex | D7 | 27 | 91 | 0 | 52 | 21 | 10 | 144 | 45 | 32 |
| Octal | 327 | 47 | 221 | 0 | 122 | 41 | 20 | 504 | 105 | 62 |
| Binary | 11010111 | 100111 | 10010001 | 0 | 1010010 | 100001 | 10000 | 101000100 | 1000101 | 110010 |
Color Harmonies of #D72791
Complementary color
Monochromatic Colors of #D72791
Black with #D72791
Text Example
Text Example
White with #D72791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72791; }
p { color: rgb(215,39,145); }
H1.HeaderClassName
{
color: #D72791;
}
.AnyTagClassName
{
color: #D72791;
}
</style>
background-color css
<style>
a { background-color: #D72791; }
a { background-color: rgb(215,39,145); }
div.DivClassName
{
background-color: #D72791;
}
.BgClassName
{
background-color: #D72791;
}
</style>
border-color css
<style>
span { border-color: #D72791; }
span { border-color: rgb(215,39,145); }
td.TdClassName
{
border-color: #D72791;
}
.TagClassName
{
border-color: #D72791;
}
</style>