Shades of Deep Cerise #D72C86
Tints of Deep Cerise #D72C86
RGB
CMYK
RGB Variations
Color information
#D72C86 (or 0xD72C86) is known color: Deep Cerise. HEX triplet: D7, 2C and 86. RGB value is (215,44,134). Sum of RGB (Red+Green+Blue) = 215+44+134=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 44 (17.58% from 255 or 11.20% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72C86 is #28D379. Grayscale: #696969. Windows color (decimal): -2675578 or 8793303. OLE color: 8793303.
HSL color Cylindrical-coordinate representation of color #D72C86: hue angle of 328.42º 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 #D72C86 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 44 | 134 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.16 |
| HSL | 328.42º | 0.68% | 0.51% | - |
| HSV(B) | 328.42º | 0.8% | 0.84% | - |
| XYZ | 33.23 | 17.97 | 24.27 | - |
| YUV | 105.39 | 144.15 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 44 | 134 | 0 | 0.80 | 0.38 | 0.16 | 328.42 | 0.68 | 0.51 |
| Hex | D7 | 2C | 86 | 0 | 50 | 26 | 10 | 148 | 44 | 33 |
| Octal | 327 | 54 | 206 | 0 | 120 | 46 | 20 | 510 | 104 | 63 |
| Binary | 11010111 | 101100 | 10000110 | 0 | 1010000 | 100110 | 10000 | 101001000 | 1000100 | 110011 |
Color Harmonies of #D72C86
Complementary color
Monochromatic Colors of #D72C86
Black with #D72C86
Text Example
Text Example
White with #D72C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72C86; }
p { color: rgb(215,44,134); }
H1.HeaderClassName
{
color: #D72C86;
}
.AnyTagClassName
{
color: #D72C86;
}
</style>
background-color css
<style>
a { background-color: #D72C86; }
a { background-color: rgb(215,44,134); }
div.DivClassName
{
background-color: #D72C86;
}
.BgClassName
{
background-color: #D72C86;
}
</style>
border-color css
<style>
span { border-color: #D72C86; }
span { border-color: rgb(215,44,134); }
td.TdClassName
{
border-color: #D72C86;
}
.TagClassName
{
border-color: #D72C86;
}
</style>