Shades of Deep Cerise #DB3695
Tints of Deep Cerise #DB3695
RGB
CMYK
RGB Variations
Color information
#DB3695 (or 0xDB3695) is known color: Deep Cerise. HEX triplet: DB, 36 and 95. RGB value is (219,54,149). Sum of RGB (Red+Green+Blue) = 219+54+149=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3695 is #24C96A. Grayscale: #717171. Windows color (decimal): -2410859 or 9778907. OLE color: 9778907.
HSL color Cylindrical-coordinate representation of color #DB3695: hue angle of 325.45º degrees, saturation: 0.7, 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 #DB3695 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 149 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.14 |
| HSL | 325.45º | 0.7% | 0.54% | - |
| HSV(B) | 325.45º | 0.75% | 0.86% | - |
| XYZ | 35.96 | 19.87 | 30.37 | - |
| YUV | 114.17 | 147.66 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 149 | 0 | 0.75 | 0.32 | 0.14 | 325.45 | 0.7 | 0.54 |
| Hex | DB | 36 | 95 | 0 | 4B | 20 | E | 145 | 46 | 36 |
| Octal | 333 | 66 | 225 | 0 | 113 | 40 | 16 | 505 | 106 | 66 |
| Binary | 11011011 | 110110 | 10010101 | 0 | 1001011 | 100000 | 1110 | 101000101 | 1000110 | 110110 |
Color Harmonies of #DB3695
Complementary color
Monochromatic Colors of #DB3695
Black with #DB3695
Text Example
Text Example
White with #DB3695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3695; }
p { color: rgb(219,54,149); }
H1.HeaderClassName
{
color: #DB3695;
}
.AnyTagClassName
{
color: #DB3695;
}
</style>
background-color css
<style>
a { background-color: #DB3695; }
a { background-color: rgb(219,54,149); }
div.DivClassName
{
background-color: #DB3695;
}
.BgClassName
{
background-color: #DB3695;
}
</style>
border-color css
<style>
span { border-color: #DB3695; }
span { border-color: rgb(219,54,149); }
td.TdClassName
{
border-color: #DB3695;
}
.TagClassName
{
border-color: #DB3695;
}
</style>