Shades of Deep Cerise #D72EAC
Tints of Deep Cerise #D72EAC
RGB
CMYK
RGB Variations
Color information
#D72EAC (or 0xD72EAC) is known color: Deep Cerise. HEX triplet: D7, 2E and AC. RGB value is (215,46,172). Sum of RGB (Red+Green+Blue) = 215+46+172=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 46 (18.36% from 255 or 10.62% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D72EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72EAC is #28D153. Grayscale: #6E6E6E. Windows color (decimal): -2675028 or 11284183. OLE color: 11284183.
HSL color Cylindrical-coordinate representation of color #D72EAC: hue angle of 315.27º 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 #D72EAC is Cyan = 0, Magento = 0.79, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 46 | 172 | - |
| CMYK | 0 | 0.79 | 0.2 | 0.16 |
| HSL | 315.27º | 0.68% | 0.51% | - |
| HSV(B) | 315.27º | 0.79% | 0.84% | - |
| XYZ | 36.45 | 19.38 | 40.85 | - |
| YUV | 110.9 | 162.49 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 46 | 172 | 0 | 0.79 | 0.2 | 0.16 | 315.27 | 0.68 | 0.51 |
| Hex | D7 | 2E | AC | 0 | 4F | 14 | 10 | 13B | 44 | 33 |
| Octal | 327 | 56 | 254 | 0 | 117 | 24 | 20 | 473 | 104 | 63 |
| Binary | 11010111 | 101110 | 10101100 | 0 | 1001111 | 10100 | 10000 | 100111011 | 1000100 | 110011 |
Color Harmonies of #D72EAC
Complementary color
Monochromatic Colors of #D72EAC
Black with #D72EAC
Text Example
Text Example
White with #D72EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72EAC; }
p { color: rgb(215,46,172); }
H1.HeaderClassName
{
color: #D72EAC;
}
.AnyTagClassName
{
color: #D72EAC;
}
</style>
background-color css
<style>
a { background-color: #D72EAC; }
a { background-color: rgb(215,46,172); }
div.DivClassName
{
background-color: #D72EAC;
}
.BgClassName
{
background-color: #D72EAC;
}
</style>
border-color css
<style>
span { border-color: #D72EAC; }
span { border-color: rgb(215,46,172); }
td.TdClassName
{
border-color: #D72EAC;
}
.TagClassName
{
border-color: #D72EAC;
}
</style>