Shades of Deep Cerise #D72597
Tints of Deep Cerise #D72597
RGB
CMYK
RGB Variations
Color information
#D72597 (or 0xD72597) is known color: Deep Cerise. HEX triplet: D7, 25 and 97. RGB value is (215,37,151). Sum of RGB (Red+Green+Blue) = 215+37+151=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D72597 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72597 is #28DA68. Grayscale: #666666. Windows color (decimal): -2677353 or 9905623. OLE color: 9905623.
HSL color Cylindrical-coordinate representation of color #D72597: hue angle of 321.57º 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 #D72597 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 37 | 151 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.16 |
| HSL | 321.57º | 0.71% | 0.49% | - |
| HSV(B) | 321.57º | 0.83% | 0.84% | - |
| XYZ | 34.27 | 18 | 30.95 | - |
| YUV | 103.22 | 154.97 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 37 | 151 | 0 | 0.83 | 0.30 | 0.16 | 321.57 | 0.71 | 0.49 |
| Hex | D7 | 25 | 97 | 0 | 53 | 1E | 10 | 142 | 47 | 31 |
| Octal | 327 | 45 | 227 | 0 | 123 | 36 | 20 | 502 | 107 | 61 |
| Binary | 11010111 | 100101 | 10010111 | 0 | 1010011 | 11110 | 10000 | 101000010 | 1000111 | 110001 |
Color Harmonies of #D72597
Complementary color
Monochromatic Colors of #D72597
Black with #D72597
Text Example
Text Example
White with #D72597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72597; }
p { color: rgb(215,37,151); }
H1.HeaderClassName
{
color: #D72597;
}
.AnyTagClassName
{
color: #D72597;
}
</style>
background-color css
<style>
a { background-color: #D72597; }
a { background-color: rgb(215,37,151); }
div.DivClassName
{
background-color: #D72597;
}
.BgClassName
{
background-color: #D72597;
}
</style>
border-color css
<style>
span { border-color: #D72597; }
span { border-color: rgb(215,37,151); }
td.TdClassName
{
border-color: #D72597;
}
.TagClassName
{
border-color: #D72597;
}
</style>