Shades of Deep Cerise #DB3882
Tints of Deep Cerise #DB3882
RGB
CMYK
RGB Variations
Color information
#DB3882 (or 0xDB3882) is known color: Deep Cerise. HEX triplet: DB, 38 and 82. RGB value is (219,56,130). Sum of RGB (Red+Green+Blue) = 219+56+130=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3882 is #24C77D. Grayscale: #717171. Windows color (decimal): -2410366 or 8534235. OLE color: 8534235.
HSL color Cylindrical-coordinate representation of color #DB3882: hue angle of 332.76º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3882 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 130 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.14 |
| HSL | 332.76º | 0.69% | 0.54% | - |
| HSV(B) | 332.76º | 0.74% | 0.86% | - |
| XYZ | 34.66 | 19.5 | 23.06 | - |
| YUV | 113.17 | 137.5 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 130 | 0 | 0.74 | 0.41 | 0.14 | 332.76 | 0.69 | 0.54 |
| Hex | DB | 38 | 82 | 0 | 4A | 29 | E | 14D | 45 | 36 |
| Octal | 333 | 70 | 202 | 0 | 112 | 51 | 16 | 515 | 105 | 66 |
| Binary | 11011011 | 111000 | 10000010 | 0 | 1001010 | 101001 | 1110 | 101001101 | 1000101 | 110110 |
Color Harmonies of #DB3882
Complementary color
Monochromatic Colors of #DB3882
Black with #DB3882
Text Example
Text Example
White with #DB3882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3882; }
p { color: rgb(219,56,130); }
H1.HeaderClassName
{
color: #DB3882;
}
.AnyTagClassName
{
color: #DB3882;
}
</style>
background-color css
<style>
a { background-color: #DB3882; }
a { background-color: rgb(219,56,130); }
div.DivClassName
{
background-color: #DB3882;
}
.BgClassName
{
background-color: #DB3882;
}
</style>
border-color css
<style>
span { border-color: #DB3882; }
span { border-color: rgb(219,56,130); }
td.TdClassName
{
border-color: #DB3882;
}
.TagClassName
{
border-color: #DB3882;
}
</style>