Shades of Deep Cerise #DB3792
Tints of Deep Cerise #DB3792
RGB
CMYK
RGB Variations
Color information
#DB3792 (or 0xDB3792) is known color: Deep Cerise. HEX triplet: DB, 37 and 92. RGB value is (219,55,146). Sum of RGB (Red+Green+Blue) = 219+55+146=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 55 (21.88% from 255 or 13.10% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3792 is #24C86D. Grayscale: #727272. Windows color (decimal): -2410606 or 9582555. OLE color: 9582555.
HSL color Cylindrical-coordinate representation of color #DB3792: hue angle of 326.71º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3792 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 146 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.14 |
| HSL | 326.71º | 0.69% | 0.54% | - |
| HSV(B) | 326.71º | 0.75% | 0.86% | - |
| XYZ | 35.77 | 19.87 | 29.14 | - |
| YUV | 114.41 | 145.83 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 146 | 0 | 0.75 | 0.33 | 0.14 | 326.71 | 0.69 | 0.54 |
| Hex | DB | 37 | 92 | 0 | 4B | 21 | E | 147 | 45 | 36 |
| Octal | 333 | 67 | 222 | 0 | 113 | 41 | 16 | 507 | 105 | 66 |
| Binary | 11011011 | 110111 | 10010010 | 0 | 1001011 | 100001 | 1110 | 101000111 | 1000101 | 110110 |
Color Harmonies of #DB3792
Complementary color
Monochromatic Colors of #DB3792
Black with #DB3792
Text Example
Text Example
White with #DB3792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3792; }
p { color: rgb(219,55,146); }
H1.HeaderClassName
{
color: #DB3792;
}
.AnyTagClassName
{
color: #DB3792;
}
</style>
background-color css
<style>
a { background-color: #DB3792; }
a { background-color: rgb(219,55,146); }
div.DivClassName
{
background-color: #DB3792;
}
.BgClassName
{
background-color: #DB3792;
}
</style>
border-color css
<style>
span { border-color: #DB3792; }
span { border-color: rgb(219,55,146); }
td.TdClassName
{
border-color: #DB3792;
}
.TagClassName
{
border-color: #DB3792;
}
</style>