Shades of Deep Cerise #DB34A9
Tints of Deep Cerise #DB34A9
RGB
CMYK
RGB Variations
Color information
#DB34A9 (or 0xDB34A9) is known color: Deep Cerise. HEX triplet: DB, 34 and A9. RGB value is (219,52,169). Sum of RGB (Red+Green+Blue) = 219+52+169=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB34A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB34A9 is #24CB56. Grayscale: #727272. Windows color (decimal): -2411351 or 11089115. OLE color: 11089115.
HSL color Cylindrical-coordinate representation of color #DB34A9: hue angle of 317.96º 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 #DB34A9 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 169 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.14 |
| HSL | 317.96º | 0.7% | 0.53% | - |
| HSV(B) | 317.96º | 0.76% | 0.86% | - |
| XYZ | 37.6 | 20.38 | 39.49 | - |
| YUV | 115.27 | 158.33 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 169 | 0 | 0.76 | 0.23 | 0.14 | 317.96 | 0.7 | 0.53 |
| Hex | DB | 34 | A9 | 0 | 4C | 17 | E | 13E | 46 | 35 |
| Octal | 333 | 64 | 251 | 0 | 114 | 27 | 16 | 476 | 106 | 65 |
| Binary | 11011011 | 110100 | 10101001 | 0 | 1001100 | 10111 | 1110 | 100111110 | 1000110 | 110101 |
Color Harmonies of #DB34A9
Complementary color
Monochromatic Colors of #DB34A9
Black with #DB34A9
Text Example
Text Example
White with #DB34A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB34A9; }
p { color: rgb(219,52,169); }
H1.HeaderClassName
{
color: #DB34A9;
}
.AnyTagClassName
{
color: #DB34A9;
}
</style>
background-color css
<style>
a { background-color: #DB34A9; }
a { background-color: rgb(219,52,169); }
div.DivClassName
{
background-color: #DB34A9;
}
.BgClassName
{
background-color: #DB34A9;
}
</style>
border-color css
<style>
span { border-color: #DB34A9; }
span { border-color: rgb(219,52,169); }
td.TdClassName
{
border-color: #DB34A9;
}
.TagClassName
{
border-color: #DB34A9;
}
</style>