Shades of Deep Cerise #DB34AA
Tints of Deep Cerise #DB34AA
RGB
CMYK
RGB Variations
Color information
#DB34AA (or 0xDB34AA) is known color: Deep Cerise. HEX triplet: DB, 34 and AA. RGB value is (219,52,170). Sum of RGB (Red+Green+Blue) = 219+52+170=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 52 (20.70% from 255 or 11.79% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB34AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB34AA is #24CB55. Grayscale: #737373. Windows color (decimal): -2411350 or 11154651. OLE color: 11154651.
HSL color Cylindrical-coordinate representation of color #DB34AA: hue angle of 317.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 #DB34AA is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 170 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.14 |
| HSL | 317.6º | 0.7% | 0.53% | - |
| HSV(B) | 317.6º | 0.76% | 0.86% | - |
| XYZ | 37.7 | 20.42 | 39.98 | - |
| YUV | 115.39 | 158.83 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 170 | 0 | 0.76 | 0.22 | 0.14 | 317.6 | 0.7 | 0.53 |
| Hex | DB | 34 | AA | 0 | 4C | 16 | E | 13E | 46 | 35 |
| Octal | 333 | 64 | 252 | 0 | 114 | 26 | 16 | 476 | 106 | 65 |
| Binary | 11011011 | 110100 | 10101010 | 0 | 1001100 | 10110 | 1110 | 100111110 | 1000110 | 110101 |
Color Harmonies of #DB34AA
Complementary color
Monochromatic Colors of #DB34AA
Black with #DB34AA
Text Example
Text Example
White with #DB34AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB34AA; }
p { color: rgb(219,52,170); }
H1.HeaderClassName
{
color: #DB34AA;
}
.AnyTagClassName
{
color: #DB34AA;
}
</style>
background-color css
<style>
a { background-color: #DB34AA; }
a { background-color: rgb(219,52,170); }
div.DivClassName
{
background-color: #DB34AA;
}
.BgClassName
{
background-color: #DB34AA;
}
</style>
border-color css
<style>
span { border-color: #DB34AA; }
span { border-color: rgb(219,52,170); }
td.TdClassName
{
border-color: #DB34AA;
}
.TagClassName
{
border-color: #DB34AA;
}
</style>