Shades of Deep Cerise #D72E7D
Tints of Deep Cerise #D72E7D
RGB
CMYK
RGB Variations
Color information
#D72E7D (or 0xD72E7D) is known color: Deep Cerise. HEX triplet: D7, 2E and 7D. RGB value is (215,46,125). Sum of RGB (Red+Green+Blue) = 215+46+125=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 46 (18.36% from 255 or 11.92% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D72E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72E7D is #28D182. Grayscale: #696969. Windows color (decimal): -2675075 or 8203991. OLE color: 8203991.
HSL color Cylindrical-coordinate representation of color #D72E7D: hue angle of 331.95º 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 #D72E7D is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 46 | 125 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.16 |
| HSL | 331.95º | 0.68% | 0.51% | - |
| HSV(B) | 331.95º | 0.79% | 0.84% | - |
| XYZ | 32.7 | 17.88 | 21.13 | - |
| YUV | 105.54 | 138.99 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 46 | 125 | 0 | 0.79 | 0.42 | 0.16 | 331.95 | 0.68 | 0.51 |
| Hex | D7 | 2E | 7D | 0 | 4F | 2A | 10 | 14C | 44 | 33 |
| Octal | 327 | 56 | 175 | 0 | 117 | 52 | 20 | 514 | 104 | 63 |
| Binary | 11010111 | 101110 | 1111101 | 0 | 1001111 | 101010 | 10000 | 101001100 | 1000100 | 110011 |
Color Harmonies of #D72E7D
Complementary color
Monochromatic Colors of #D72E7D
Black with #D72E7D
Text Example
Text Example
White with #D72E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72E7D; }
p { color: rgb(215,46,125); }
H1.HeaderClassName
{
color: #D72E7D;
}
.AnyTagClassName
{
color: #D72E7D;
}
</style>
background-color css
<style>
a { background-color: #D72E7D; }
a { background-color: rgb(215,46,125); }
div.DivClassName
{
background-color: #D72E7D;
}
.BgClassName
{
background-color: #D72E7D;
}
</style>
border-color css
<style>
span { border-color: #D72E7D; }
span { border-color: rgb(215,46,125); }
td.TdClassName
{
border-color: #D72E7D;
}
.TagClassName
{
border-color: #D72E7D;
}
</style>