Shades of Deep Cerise #DB359F
Tints of Deep Cerise #DB359F
RGB
CMYK
RGB Variations
Color information
#DB359F (or 0xDB359F) is known color: Deep Cerise. HEX triplet: DB, 35 and 9F. RGB value is (219,53,159). Sum of RGB (Red+Green+Blue) = 219+53+159=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB359F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB359F is #24CA60. Grayscale: #727272. Windows color (decimal): -2411105 or 10434011. OLE color: 10434011.
HSL color Cylindrical-coordinate representation of color #DB359F: hue angle of 321.69º 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 #DB359F is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 159 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.14 |
| HSL | 321.69º | 0.7% | 0.53% | - |
| HSV(B) | 321.69º | 0.76% | 0.86% | - |
| XYZ | 36.74 | 20.11 | 34.75 | - |
| YUV | 114.72 | 153 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 159 | 0 | 0.76 | 0.27 | 0.14 | 321.69 | 0.7 | 0.53 |
| Hex | DB | 35 | 9F | 0 | 4C | 1B | E | 142 | 46 | 35 |
| Octal | 333 | 65 | 237 | 0 | 114 | 33 | 16 | 502 | 106 | 65 |
| Binary | 11011011 | 110101 | 10011111 | 0 | 1001100 | 11011 | 1110 | 101000010 | 1000110 | 110101 |
Color Harmonies of #DB359F
Complementary color
Monochromatic Colors of #DB359F
Black with #DB359F
Text Example
Text Example
White with #DB359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB359F; }
p { color: rgb(219,53,159); }
H1.HeaderClassName
{
color: #DB359F;
}
.AnyTagClassName
{
color: #DB359F;
}
</style>
background-color css
<style>
a { background-color: #DB359F; }
a { background-color: rgb(219,53,159); }
div.DivClassName
{
background-color: #DB359F;
}
.BgClassName
{
background-color: #DB359F;
}
</style>
border-color css
<style>
span { border-color: #DB359F; }
span { border-color: rgb(219,53,159); }
td.TdClassName
{
border-color: #DB359F;
}
.TagClassName
{
border-color: #DB359F;
}
</style>