Shades of Deep Cerise #D72CAC
Tints of Deep Cerise #D72CAC
RGB
CMYK
RGB Variations
Color information
#D72CAC (or 0xD72CAC) is known color: Deep Cerise. HEX triplet: D7, 2C and AC. RGB value is (215,44,172). Sum of RGB (Red+Green+Blue) = 215+44+172=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D72CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72CAC is #28D353. Grayscale: #6D6D6D. Windows color (decimal): -2675540 or 11283671. OLE color: 11283671.
HSL color Cylindrical-coordinate representation of color #D72CAC: hue angle of 315.09º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72CAC is Cyan = 0, Magento = 0.80, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 44 | 172 | - |
| CMYK | 0 | 0.80 | 0.2 | 0.16 |
| HSL | 315.09º | 0.68% | 0.51% | - |
| HSV(B) | 315.09º | 0.8% | 0.84% | - |
| XYZ | 36.37 | 19.23 | 40.82 | - |
| YUV | 109.72 | 163.15 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 44 | 172 | 0 | 0.80 | 0.2 | 0.16 | 315.09 | 0.68 | 0.51 |
| Hex | D7 | 2C | AC | 0 | 50 | 14 | 10 | 13B | 44 | 33 |
| Octal | 327 | 54 | 254 | 0 | 120 | 24 | 20 | 473 | 104 | 63 |
| Binary | 11010111 | 101100 | 10101100 | 0 | 1010000 | 10100 | 10000 | 100111011 | 1000100 | 110011 |
Color Harmonies of #D72CAC
Complementary color
Monochromatic Colors of #D72CAC
Black with #D72CAC
Text Example
Text Example
White with #D72CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72CAC; }
p { color: rgb(215,44,172); }
H1.HeaderClassName
{
color: #D72CAC;
}
.AnyTagClassName
{
color: #D72CAC;
}
</style>
background-color css
<style>
a { background-color: #D72CAC; }
a { background-color: rgb(215,44,172); }
div.DivClassName
{
background-color: #D72CAC;
}
.BgClassName
{
background-color: #D72CAC;
}
</style>
border-color css
<style>
span { border-color: #D72CAC; }
span { border-color: rgb(215,44,172); }
td.TdClassName
{
border-color: #D72CAC;
}
.TagClassName
{
border-color: #D72CAC;
}
</style>