Shades of Deep Cerise #DB2982
Tints of Deep Cerise #DB2982
RGB
CMYK
RGB Variations
Color information
#DB2982 (or 0xDB2982) is known color: Deep Cerise. HEX triplet: DB, 29 and 82. RGB value is (219,41,130). Sum of RGB (Red+Green+Blue) = 219+41+130=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2982 is #24D67D. Grayscale: #686868. Windows color (decimal): -2414206 or 8530395. OLE color: 8530395.
HSL color Cylindrical-coordinate representation of color #DB2982: hue angle of 330º 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 #DB2982 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 130 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.14 |
| HSL | 330º | 0.71% | 0.51% | - |
| HSV(B) | 330º | 0.81% | 0.86% | - |
| XYZ | 34.04 | 18.26 | 22.85 | - |
| YUV | 104.37 | 142.47 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 130 | 0 | 0.81 | 0.41 | 0.14 | 330 | 0.71 | 0.51 |
| Hex | DB | 29 | 82 | 0 | 51 | 29 | E | 14A | 47 | 33 |
| Octal | 333 | 51 | 202 | 0 | 121 | 51 | 16 | 512 | 107 | 63 |
| Binary | 11011011 | 101001 | 10000010 | 0 | 1010001 | 101001 | 1110 | 101001010 | 1000111 | 110011 |
Color Harmonies of #DB2982
Complementary color
Monochromatic Colors of #DB2982
Black with #DB2982
Text Example
Text Example
White with #DB2982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2982; }
p { color: rgb(219,41,130); }
H1.HeaderClassName
{
color: #DB2982;
}
.AnyTagClassName
{
color: #DB2982;
}
</style>
background-color css
<style>
a { background-color: #DB2982; }
a { background-color: rgb(219,41,130); }
div.DivClassName
{
background-color: #DB2982;
}
.BgClassName
{
background-color: #DB2982;
}
</style>
border-color css
<style>
span { border-color: #DB2982; }
span { border-color: rgb(219,41,130); }
td.TdClassName
{
border-color: #DB2982;
}
.TagClassName
{
border-color: #DB2982;
}
</style>