Shades of Deep Cerise #DB35A2
Tints of Deep Cerise #DB35A2
RGB
CMYK
RGB Variations
Color information
#DB35A2 (or 0xDB35A2) is known color: Deep Cerise. HEX triplet: DB, 35 and A2. RGB value is (219,53,162). Sum of RGB (Red+Green+Blue) = 219+53+162=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 53 (21.09% from 255 or 12.21% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB35A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB35A2 is #24CA5D. Grayscale: #727272. Windows color (decimal): -2411102 or 10630619. OLE color: 10630619.
HSL color Cylindrical-coordinate representation of color #DB35A2: hue angle of 320.6º 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 #DB35A2 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 162 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.14 |
| HSL | 320.6º | 0.7% | 0.53% | - |
| HSV(B) | 320.6º | 0.76% | 0.86% | - |
| XYZ | 37.01 | 20.21 | 36.13 | - |
| YUV | 115.06 | 154.5 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 162 | 0 | 0.76 | 0.26 | 0.14 | 320.6 | 0.7 | 0.53 |
| Hex | DB | 35 | A2 | 0 | 4C | 1A | E | 141 | 46 | 35 |
| Octal | 333 | 65 | 242 | 0 | 114 | 32 | 16 | 501 | 106 | 65 |
| Binary | 11011011 | 110101 | 10100010 | 0 | 1001100 | 11010 | 1110 | 101000001 | 1000110 | 110101 |
Color Harmonies of #DB35A2
Complementary color
Monochromatic Colors of #DB35A2
Black with #DB35A2
Text Example
Text Example
White with #DB35A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB35A2; }
p { color: rgb(219,53,162); }
H1.HeaderClassName
{
color: #DB35A2;
}
.AnyTagClassName
{
color: #DB35A2;
}
</style>
background-color css
<style>
a { background-color: #DB35A2; }
a { background-color: rgb(219,53,162); }
div.DivClassName
{
background-color: #DB35A2;
}
.BgClassName
{
background-color: #DB35A2;
}
</style>
border-color css
<style>
span { border-color: #DB35A2; }
span { border-color: rgb(219,53,162); }
td.TdClassName
{
border-color: #DB35A2;
}
.TagClassName
{
border-color: #DB35A2;
}
</style>