Shades of Deep Cerise #DB3795
Tints of Deep Cerise #DB3795
RGB
CMYK
RGB Variations
Color information
#DB3795 (or 0xDB3795) is known color: Deep Cerise. HEX triplet: DB, 37 and 95. RGB value is (219,55,149). Sum of RGB (Red+Green+Blue) = 219+55+149=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 55 (21.88% from 255 or 13.00% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3795 is #24C86A. Grayscale: #727272. Windows color (decimal): -2410603 or 9779163. OLE color: 9779163.
HSL color Cylindrical-coordinate representation of color #DB3795: hue angle of 325.61º 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 #DB3795 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 149 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.14 |
| HSL | 325.61º | 0.69% | 0.54% | - |
| HSV(B) | 325.61º | 0.75% | 0.86% | - |
| XYZ | 36 | 19.96 | 30.39 | - |
| YUV | 114.75 | 147.33 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 149 | 0 | 0.75 | 0.32 | 0.14 | 325.61 | 0.69 | 0.54 |
| Hex | DB | 37 | 95 | 0 | 4B | 20 | E | 146 | 45 | 36 |
| Octal | 333 | 67 | 225 | 0 | 113 | 40 | 16 | 506 | 105 | 66 |
| Binary | 11011011 | 110111 | 10010101 | 0 | 1001011 | 100000 | 1110 | 101000110 | 1000101 | 110110 |
Color Harmonies of #DB3795
Complementary color
Monochromatic Colors of #DB3795
Black with #DB3795
Text Example
Text Example
White with #DB3795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3795; }
p { color: rgb(219,55,149); }
H1.HeaderClassName
{
color: #DB3795;
}
.AnyTagClassName
{
color: #DB3795;
}
</style>
background-color css
<style>
a { background-color: #DB3795; }
a { background-color: rgb(219,55,149); }
div.DivClassName
{
background-color: #DB3795;
}
.BgClassName
{
background-color: #DB3795;
}
</style>
border-color css
<style>
span { border-color: #DB3795; }
span { border-color: rgb(219,55,149); }
td.TdClassName
{
border-color: #DB3795;
}
.TagClassName
{
border-color: #DB3795;
}
</style>