Shades of Deep Cerise #DB3595
Tints of Deep Cerise #DB3595
RGB
CMYK
RGB Variations
Color information
#DB3595 (or 0xDB3595) is known color: Deep Cerise. HEX triplet: DB, 35 and 95. RGB value is (219,53,149). Sum of RGB (Red+Green+Blue) = 219+53+149=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3595 is #24CA6A. Grayscale: #717171. Windows color (decimal): -2411115 or 9778651. OLE color: 9778651.
HSL color Cylindrical-coordinate representation of color #DB3595: hue angle of 325.3º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB3595 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 149 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.14 |
| HSL | 325.3º | 0.7% | 0.53% | - |
| HSV(B) | 325.3º | 0.76% | 0.86% | - |
| XYZ | 35.91 | 19.78 | 30.36 | - |
| YUV | 113.58 | 148 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 149 | 0 | 0.76 | 0.32 | 0.14 | 325.3 | 0.7 | 0.53 |
| Hex | DB | 35 | 95 | 0 | 4C | 20 | E | 145 | 46 | 35 |
| Octal | 333 | 65 | 225 | 0 | 114 | 40 | 16 | 505 | 106 | 65 |
| Binary | 11011011 | 110101 | 10010101 | 0 | 1001100 | 100000 | 1110 | 101000101 | 1000110 | 110101 |
Color Harmonies of #DB3595
Complementary color
Monochromatic Colors of #DB3595
Black with #DB3595
Text Example
Text Example
White with #DB3595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3595; }
p { color: rgb(219,53,149); }
H1.HeaderClassName
{
color: #DB3595;
}
.AnyTagClassName
{
color: #DB3595;
}
</style>
background-color css
<style>
a { background-color: #DB3595; }
a { background-color: rgb(219,53,149); }
div.DivClassName
{
background-color: #DB3595;
}
.BgClassName
{
background-color: #DB3595;
}
</style>
border-color css
<style>
span { border-color: #DB3595; }
span { border-color: rgb(219,53,149); }
td.TdClassName
{
border-color: #DB3595;
}
.TagClassName
{
border-color: #DB3595;
}
</style>