Shades of Deep Cerise #D82DA0
Tints of Deep Cerise #D82DA0
RGB
CMYK
RGB Variations
Color information
#D82DA0 (or 0xD82DA0) is known color: Deep Cerise. HEX triplet: D8, 2D and A0. RGB value is (216,45,160). Sum of RGB (Red+Green+Blue) = 216+45+160=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 45 (17.97% from 255 or 10.69% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D82DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82DA0 is #27D25F. Grayscale: #6C6C6C. Windows color (decimal): -2609760 or 10497496. OLE color: 10497496.
HSL color Cylindrical-coordinate representation of color #D82DA0: hue angle of 319.65º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D82DA0 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 45 | 160 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.15 |
| HSL | 319.65º | 0.69% | 0.51% | - |
| HSV(B) | 319.65º | 0.79% | 0.85% | - |
| XYZ | 35.6 | 19.01 | 35.05 | - |
| YUV | 109.24 | 156.65 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 45 | 160 | 0 | 0.79 | 0.26 | 0.15 | 319.65 | 0.69 | 0.51 |
| Hex | D8 | 2D | A0 | 0 | 4F | 1A | F | 140 | 45 | 33 |
| Octal | 330 | 55 | 240 | 0 | 117 | 32 | 17 | 500 | 105 | 63 |
| Binary | 11011000 | 101101 | 10100000 | 0 | 1001111 | 11010 | 1111 | 101000000 | 1000101 | 110011 |
Color Harmonies of #D82DA0
Complementary color
Monochromatic Colors of #D82DA0
Black with #D82DA0
Text Example
Text Example
White with #D82DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82DA0; }
p { color: rgb(216,45,160); }
H1.HeaderClassName
{
color: #D82DA0;
}
.AnyTagClassName
{
color: #D82DA0;
}
</style>
background-color css
<style>
a { background-color: #D82DA0; }
a { background-color: rgb(216,45,160); }
div.DivClassName
{
background-color: #D82DA0;
}
.BgClassName
{
background-color: #D82DA0;
}
</style>
border-color css
<style>
span { border-color: #D82DA0; }
span { border-color: rgb(216,45,160); }
td.TdClassName
{
border-color: #D82DA0;
}
.TagClassName
{
border-color: #D82DA0;
}
</style>