Shades of Deep Cerise #D82CA0
Tints of Deep Cerise #D82CA0
RGB
CMYK
RGB Variations
Color information
#D82CA0 (or 0xD82CA0) is known color: Deep Cerise. HEX triplet: D8, 2C and A0. RGB value is (216,44,160). Sum of RGB (Red+Green+Blue) = 216+44+160=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 44 (17.58% from 255 or 10.48% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D82CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82CA0 is #27D35F. Grayscale: #6C6C6C. Windows color (decimal): -2610016 or 10497240. OLE color: 10497240.
HSL color Cylindrical-coordinate representation of color #D82CA0: hue angle of 319.53º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D82CA0 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 44 | 160 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.15 |
| HSL | 319.53º | 0.69% | 0.51% | - |
| HSV(B) | 319.53º | 0.8% | 0.85% | - |
| XYZ | 35.56 | 18.94 | 35.04 | - |
| YUV | 108.65 | 156.98 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 44 | 160 | 0 | 0.80 | 0.26 | 0.15 | 319.53 | 0.69 | 0.51 |
| Hex | D8 | 2C | A0 | 0 | 50 | 1A | F | 140 | 45 | 33 |
| Octal | 330 | 54 | 240 | 0 | 120 | 32 | 17 | 500 | 105 | 63 |
| Binary | 11011000 | 101100 | 10100000 | 0 | 1010000 | 11010 | 1111 | 101000000 | 1000101 | 110011 |
Color Harmonies of #D82CA0
Complementary color
Monochromatic Colors of #D82CA0
Black with #D82CA0
Text Example
Text Example
White with #D82CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82CA0; }
p { color: rgb(216,44,160); }
H1.HeaderClassName
{
color: #D82CA0;
}
.AnyTagClassName
{
color: #D82CA0;
}
</style>
background-color css
<style>
a { background-color: #D82CA0; }
a { background-color: rgb(216,44,160); }
div.DivClassName
{
background-color: #D82CA0;
}
.BgClassName
{
background-color: #D82CA0;
}
</style>
border-color css
<style>
span { border-color: #D82CA0; }
span { border-color: rgb(216,44,160); }
td.TdClassName
{
border-color: #D82CA0;
}
.TagClassName
{
border-color: #D82CA0;
}
</style>