Shades of Deep Cerise #DB3790
Tints of Deep Cerise #DB3790
RGB
CMYK
RGB Variations
Color information
#DB3790 (or 0xDB3790) is known color: Deep Cerise. HEX triplet: DB, 37 and 90. RGB value is (219,55,144). Sum of RGB (Red+Green+Blue) = 219+55+144=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3790 is #24C86F. Grayscale: #717171. Windows color (decimal): -2410608 or 9451483. OLE color: 9451483.
HSL color Cylindrical-coordinate representation of color #DB3790: hue angle of 327.44º 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 #DB3790 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 144 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.14 |
| HSL | 327.44º | 0.69% | 0.54% | - |
| HSV(B) | 327.44º | 0.75% | 0.86% | - |
| XYZ | 35.61 | 19.81 | 28.33 | - |
| YUV | 114.18 | 144.83 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 144 | 0 | 0.75 | 0.34 | 0.14 | 327.44 | 0.69 | 0.54 |
| Hex | DB | 37 | 90 | 0 | 4B | 22 | E | 147 | 45 | 36 |
| Octal | 333 | 67 | 220 | 0 | 113 | 42 | 16 | 507 | 105 | 66 |
| Binary | 11011011 | 110111 | 10010000 | 0 | 1001011 | 100010 | 1110 | 101000111 | 1000101 | 110110 |
Color Harmonies of #DB3790
Complementary color
Monochromatic Colors of #DB3790
Black with #DB3790
Text Example
Text Example
White with #DB3790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3790; }
p { color: rgb(219,55,144); }
H1.HeaderClassName
{
color: #DB3790;
}
.AnyTagClassName
{
color: #DB3790;
}
</style>
background-color css
<style>
a { background-color: #DB3790; }
a { background-color: rgb(219,55,144); }
div.DivClassName
{
background-color: #DB3790;
}
.BgClassName
{
background-color: #DB3790;
}
</style>
border-color css
<style>
span { border-color: #DB3790; }
span { border-color: rgb(219,55,144); }
td.TdClassName
{
border-color: #DB3790;
}
.TagClassName
{
border-color: #DB3790;
}
</style>