Shades of Deep Cerise #D82CA9
Tints of Deep Cerise #D82CA9
RGB
CMYK
RGB Variations
Color information
#D82CA9 (or 0xD82CA9) is known color: Deep Cerise. HEX triplet: D8, 2C and A9. RGB value is (216,44,169). Sum of RGB (Red+Green+Blue) = 216+44+169=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D82CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82CA9 is #27D356. Grayscale: #6D6D6D. Windows color (decimal): -2610007 or 11087064. OLE color: 11087064.
HSL color Cylindrical-coordinate representation of color #D82CA9: hue angle of 316.4º 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 #D82CA9 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 44 | 169 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.15 |
| HSL | 316.4º | 0.69% | 0.51% | - |
| HSV(B) | 316.4º | 0.8% | 0.85% | - |
| XYZ | 36.38 | 19.26 | 39.34 | - |
| YUV | 109.68 | 161.48 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 44 | 169 | 0 | 0.80 | 0.22 | 0.15 | 316.4 | 0.69 | 0.51 |
| Hex | D8 | 2C | A9 | 0 | 50 | 16 | F | 13C | 45 | 33 |
| Octal | 330 | 54 | 251 | 0 | 120 | 26 | 17 | 474 | 105 | 63 |
| Binary | 11011000 | 101100 | 10101001 | 0 | 1010000 | 10110 | 1111 | 100111100 | 1000101 | 110011 |
Color Harmonies of #D82CA9
Complementary color
Monochromatic Colors of #D82CA9
Black with #D82CA9
Text Example
Text Example
White with #D82CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82CA9; }
p { color: rgb(216,44,169); }
H1.HeaderClassName
{
color: #D82CA9;
}
.AnyTagClassName
{
color: #D82CA9;
}
</style>
background-color css
<style>
a { background-color: #D82CA9; }
a { background-color: rgb(216,44,169); }
div.DivClassName
{
background-color: #D82CA9;
}
.BgClassName
{
background-color: #D82CA9;
}
</style>
border-color css
<style>
span { border-color: #D82CA9; }
span { border-color: rgb(216,44,169); }
td.TdClassName
{
border-color: #D82CA9;
}
.TagClassName
{
border-color: #D82CA9;
}
</style>