Shades of Deep Cerise #DB35A6
Tints of Deep Cerise #DB35A6
RGB
CMYK
RGB Variations
Color information
#DB35A6 (or 0xDB35A6) is known color: Deep Cerise. HEX triplet: DB, 35 and A6. RGB value is (219,53,166). Sum of RGB (Red+Green+Blue) = 219+53+166=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB35A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB35A6 is #24CA59. Grayscale: #737373. Windows color (decimal): -2411098 or 10892763. OLE color: 10892763.
HSL color Cylindrical-coordinate representation of color #DB35A6: hue angle of 319.16º 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 #DB35A6 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 53 | 166 | - |
CMYK | 0 | 0.76 | 0.24 | 0.14 |
HSL | 319.16º | 0.7% | 0.53% | - |
HSV(B) | 319.16º | 0.76% | 0.86% | - |
XYZ | 37.37 | 20.36 | 38.04 | - |
YUV | 115.52 | 156.5 | 201.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 53 | 166 | 0 | 0.76 | 0.24 | 0.14 | 319.16 | 0.7 | 0.53 |
Hex | DB | 35 | A6 | 0 | 4C | 18 | E | 13F | 46 | 35 |
Octal | 333 | 65 | 246 | 0 | 114 | 30 | 16 | 477 | 106 | 65 |
Binary | 11011011 | 110101 | 10100110 | 0 | 1001100 | 11000 | 1110 | 100111111 | 1000110 | 110101 |
Color Harmonies of #DB35A6
Complementary color
Monochromatic Colors of #DB35A6
Black with #DB35A6
Text Example
Text Example
White with #DB35A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB35A6; }
p { color: rgb(219,53,166); }
H1.HeaderClassName
{
color: #DB35A6;
}
.AnyTagClassName
{
color: #DB35A6;
}
</style>
background-color css
<style>
a { background-color: #DB35A6; }
a { background-color: rgb(219,53,166); }
div.DivClassName
{
background-color: #DB35A6;
}
.BgClassName
{
background-color: #DB35A6;
}
</style>
border-color css
<style>
span { border-color: #DB35A6; }
span { border-color: rgb(219,53,166); }
td.TdClassName
{
border-color: #DB35A6;
}
.TagClassName
{
border-color: #DB35A6;
}
</style>