Shades of Deep Cerise #DB2084
Tints of Deep Cerise #DB2084
RGB
CMYK
RGB Variations
Color information
#DB2084 (or 0xDB2084) is known color: Deep Cerise. HEX triplet: DB, 20 and 84. RGB value is (219,32,132). Sum of RGB (Red+Green+Blue) = 219+32+132=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2084 is #24DF7B. Grayscale: #636363. Windows color (decimal): -2416508 or 8659163. OLE color: 8659163.
HSL color Cylindrical-coordinate representation of color #DB2084: hue angle of 327.91º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2084 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 132 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.14 |
| HSL | 327.91º | 0.75% | 0.49% | - |
| HSV(B) | 327.91º | 0.85% | 0.86% | - |
| XYZ | 33.89 | 17.76 | 23.47 | - |
| YUV | 99.31 | 146.45 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 132 | 0 | 0.85 | 0.40 | 0.14 | 327.91 | 0.75 | 0.49 |
| Hex | DB | 20 | 84 | 0 | 55 | 28 | E | 148 | 4B | 31 |
| Octal | 333 | 40 | 204 | 0 | 125 | 50 | 16 | 510 | 113 | 61 |
| Binary | 11011011 | 100000 | 10000100 | 0 | 1010101 | 101000 | 1110 | 101001000 | 1001011 | 110001 |
Color Harmonies of #DB2084
Complementary color
Monochromatic Colors of #DB2084
Black with #DB2084
Text Example
Text Example
White with #DB2084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2084; }
p { color: rgb(219,32,132); }
H1.HeaderClassName
{
color: #DB2084;
}
.AnyTagClassName
{
color: #DB2084;
}
</style>
background-color css
<style>
a { background-color: #DB2084; }
a { background-color: rgb(219,32,132); }
div.DivClassName
{
background-color: #DB2084;
}
.BgClassName
{
background-color: #DB2084;
}
</style>
border-color css
<style>
span { border-color: #DB2084; }
span { border-color: rgb(219,32,132); }
td.TdClassName
{
border-color: #DB2084;
}
.TagClassName
{
border-color: #DB2084;
}
</style>