Shades of Deep Cerise #DB3992
Tints of Deep Cerise #DB3992
RGB
CMYK
RGB Variations
Color information
#DB3992 (or 0xDB3992) is known color: Deep Cerise. HEX triplet: DB, 39 and 92. RGB value is (219,57,146). Sum of RGB (Red+Green+Blue) = 219+57+146=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 57 (22.66% from 255 or 13.51% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3992 is #24C66D. Grayscale: #737373. Windows color (decimal): -2410094 or 9583067. OLE color: 9583067.
HSL color Cylindrical-coordinate representation of color #DB3992: hue angle of 327.04º 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 #DB3992 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 146 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.14 |
| HSL | 327.04º | 0.69% | 0.54% | - |
| HSV(B) | 327.04º | 0.74% | 0.86% | - |
| XYZ | 35.86 | 20.06 | 29.18 | - |
| YUV | 115.58 | 145.17 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 146 | 0 | 0.74 | 0.33 | 0.14 | 327.04 | 0.69 | 0.54 |
| Hex | DB | 39 | 92 | 0 | 4A | 21 | E | 147 | 45 | 36 |
| Octal | 333 | 71 | 222 | 0 | 112 | 41 | 16 | 507 | 105 | 66 |
| Binary | 11011011 | 111001 | 10010010 | 0 | 1001010 | 100001 | 1110 | 101000111 | 1000101 | 110110 |
Color Harmonies of #DB3992
Complementary color
Monochromatic Colors of #DB3992
Black with #DB3992
Text Example
Text Example
White with #DB3992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3992; }
p { color: rgb(219,57,146); }
H1.HeaderClassName
{
color: #DB3992;
}
.AnyTagClassName
{
color: #DB3992;
}
</style>
background-color css
<style>
a { background-color: #DB3992; }
a { background-color: rgb(219,57,146); }
div.DivClassName
{
background-color: #DB3992;
}
.BgClassName
{
background-color: #DB3992;
}
</style>
border-color css
<style>
span { border-color: #DB3992; }
span { border-color: rgb(219,57,146); }
td.TdClassName
{
border-color: #DB3992;
}
.TagClassName
{
border-color: #DB3992;
}
</style>