Shades of Deep Cerise #D72788
Tints of Deep Cerise #D72788
RGB
CMYK
RGB Variations
Color information
#D72788 (or 0xD72788) is known color: Deep Cerise. HEX triplet: D7, 27 and 88. RGB value is (215,39,136). Sum of RGB (Red+Green+Blue) = 215+39+136=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D72788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72788 is #28D877. Grayscale: #666666. Windows color (decimal): -2676856 or 8923095. OLE color: 8923095.
HSL color Cylindrical-coordinate representation of color #D72788: hue angle of 326.93º 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 #D72788 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 39 | 136 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.16 |
| HSL | 326.93º | 0.69% | 0.5% | - |
| HSV(B) | 326.93º | 0.82% | 0.84% | - |
| XYZ | 33.19 | 17.68 | 24.95 | - |
| YUV | 102.68 | 146.81 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 136 | 0 | 0.82 | 0.37 | 0.16 | 326.93 | 0.69 | 0.5 |
| Hex | D7 | 27 | 88 | 0 | 52 | 25 | 10 | 147 | 45 | 32 |
| Octal | 327 | 47 | 210 | 0 | 122 | 45 | 20 | 507 | 105 | 62 |
| Binary | 11010111 | 100111 | 10001000 | 0 | 1010010 | 100101 | 10000 | 101000111 | 1000101 | 110010 |
Color Harmonies of #D72788
Complementary color
Monochromatic Colors of #D72788
Black with #D72788
Text Example
Text Example
White with #D72788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72788; }
p { color: rgb(215,39,136); }
H1.HeaderClassName
{
color: #D72788;
}
.AnyTagClassName
{
color: #D72788;
}
</style>
background-color css
<style>
a { background-color: #D72788; }
a { background-color: rgb(215,39,136); }
div.DivClassName
{
background-color: #D72788;
}
.BgClassName
{
background-color: #D72788;
}
</style>
border-color css
<style>
span { border-color: #D72788; }
span { border-color: rgb(215,39,136); }
td.TdClassName
{
border-color: #D72788;
}
.TagClassName
{
border-color: #D72788;
}
</style>