Shades of Deep Cerise #D72087
Tints of Deep Cerise #D72087
RGB
CMYK
RGB Variations
Color information
#D72087 (or 0xD72087) is known color: Deep Cerise. HEX triplet: D7, 20 and 87. RGB value is (215,32,135). Sum of RGB (Red+Green+Blue) = 215+32+135=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D72087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72087 is #28DF78. Grayscale: #626262. Windows color (decimal): -2678649 or 8855767. OLE color: 8855767.
HSL color Cylindrical-coordinate representation of color #D72087: hue angle of 326.23º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D72087 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 135 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.16 |
| HSL | 326.23º | 0.74% | 0.48% | - |
| HSV(B) | 326.23º | 0.85% | 0.84% | - |
| XYZ | 32.91 | 17.23 | 24.51 | - |
| YUV | 98.46 | 148.63 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 135 | 0 | 0.85 | 0.37 | 0.16 | 326.23 | 0.74 | 0.48 |
| Hex | D7 | 20 | 87 | 0 | 55 | 25 | 10 | 146 | 4A | 30 |
| Octal | 327 | 40 | 207 | 0 | 125 | 45 | 20 | 506 | 112 | 60 |
| Binary | 11010111 | 100000 | 10000111 | 0 | 1010101 | 100101 | 10000 | 101000110 | 1001010 | 110000 |
Color Harmonies of #D72087
Complementary color
Monochromatic Colors of #D72087
Black with #D72087
Text Example
Text Example
White with #D72087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72087; }
p { color: rgb(215,32,135); }
H1.HeaderClassName
{
color: #D72087;
}
.AnyTagClassName
{
color: #D72087;
}
</style>
background-color css
<style>
a { background-color: #D72087; }
a { background-color: rgb(215,32,135); }
div.DivClassName
{
background-color: #D72087;
}
.BgClassName
{
background-color: #D72087;
}
</style>
border-color css
<style>
span { border-color: #D72087; }
span { border-color: rgb(215,32,135); }
td.TdClassName
{
border-color: #D72087;
}
.TagClassName
{
border-color: #D72087;
}
</style>