Shades of Deep Cerise #D72E9F
Tints of Deep Cerise #D72E9F
RGB
CMYK
RGB Variations
Color information
#D72E9F (or 0xD72E9F) is known color: Deep Cerise. HEX triplet: D7, 2E and 9F. RGB value is (215,46,159). Sum of RGB (Red+Green+Blue) = 215+46+159=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D72E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72E9F is #28D160. Grayscale: #6D6D6D. Windows color (decimal): -2675041 or 10432215. OLE color: 10432215.
HSL color Cylindrical-coordinate representation of color #D72E9F: hue angle of 319.88º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D72E9F is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 46 | 159 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.16 |
| HSL | 319.88º | 0.68% | 0.51% | - |
| HSV(B) | 319.88º | 0.79% | 0.84% | - |
| XYZ | 35.26 | 18.9 | 34.59 | - |
| YUV | 109.41 | 155.99 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 46 | 159 | 0 | 0.79 | 0.26 | 0.16 | 319.88 | 0.68 | 0.51 |
| Hex | D7 | 2E | 9F | 0 | 4F | 1A | 10 | 140 | 44 | 33 |
| Octal | 327 | 56 | 237 | 0 | 117 | 32 | 20 | 500 | 104 | 63 |
| Binary | 11010111 | 101110 | 10011111 | 0 | 1001111 | 11010 | 10000 | 101000000 | 1000100 | 110011 |
Color Harmonies of #D72E9F
Complementary color
Monochromatic Colors of #D72E9F
Black with #D72E9F
Text Example
Text Example
White with #D72E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72E9F; }
p { color: rgb(215,46,159); }
H1.HeaderClassName
{
color: #D72E9F;
}
.AnyTagClassName
{
color: #D72E9F;
}
</style>
background-color css
<style>
a { background-color: #D72E9F; }
a { background-color: rgb(215,46,159); }
div.DivClassName
{
background-color: #D72E9F;
}
.BgClassName
{
background-color: #D72E9F;
}
</style>
border-color css
<style>
span { border-color: #D72E9F; }
span { border-color: rgb(215,46,159); }
td.TdClassName
{
border-color: #D72E9F;
}
.TagClassName
{
border-color: #D72E9F;
}
</style>