Shades of Deep Cerise #DB2A82
Tints of Deep Cerise #DB2A82
RGB
CMYK
RGB Variations
Color information
#DB2A82 (or 0xDB2A82) is known color: Deep Cerise. HEX triplet: DB, 2A and 82. RGB value is (219,42,130). Sum of RGB (Red+Green+Blue) = 219+42+130=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 42 (16.80% from 255 or 10.74% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2A82 is #24D57D. Grayscale: #686868. Windows color (decimal): -2413950 or 8530651. OLE color: 8530651.
HSL color Cylindrical-coordinate representation of color #DB2A82: hue angle of 330.17º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2A82 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 130 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.14 |
| HSL | 330.17º | 0.71% | 0.51% | - |
| HSV(B) | 330.17º | 0.81% | 0.86% | - |
| XYZ | 34.07 | 18.33 | 22.86 | - |
| YUV | 104.96 | 142.14 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 130 | 0 | 0.81 | 0.41 | 0.14 | 330.17 | 0.71 | 0.51 |
| Hex | DB | 2A | 82 | 0 | 51 | 29 | E | 14A | 47 | 33 |
| Octal | 333 | 52 | 202 | 0 | 121 | 51 | 16 | 512 | 107 | 63 |
| Binary | 11011011 | 101010 | 10000010 | 0 | 1010001 | 101001 | 1110 | 101001010 | 1000111 | 110011 |
Color Harmonies of #DB2A82
Complementary color
Monochromatic Colors of #DB2A82
Black with #DB2A82
Text Example
Text Example
White with #DB2A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A82; }
p { color: rgb(219,42,130); }
H1.HeaderClassName
{
color: #DB2A82;
}
.AnyTagClassName
{
color: #DB2A82;
}
</style>
background-color css
<style>
a { background-color: #DB2A82; }
a { background-color: rgb(219,42,130); }
div.DivClassName
{
background-color: #DB2A82;
}
.BgClassName
{
background-color: #DB2A82;
}
</style>
border-color css
<style>
span { border-color: #DB2A82; }
span { border-color: rgb(219,42,130); }
td.TdClassName
{
border-color: #DB2A82;
}
.TagClassName
{
border-color: #DB2A82;
}
</style>