Shades of Deep Cerise #DB34A3
Tints of Deep Cerise #DB34A3
RGB
CMYK
RGB Variations
Color information
#DB34A3 (or 0xDB34A3) is known color: Deep Cerise. HEX triplet: DB, 34 and A3. RGB value is (219,52,163). Sum of RGB (Red+Green+Blue) = 219+52+163=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 163 (64.06% from 255 or 37.56% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB34A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB34A3 is #24CB5C. Grayscale: #727272. Windows color (decimal): -2411357 or 10695899. OLE color: 10695899.
HSL color Cylindrical-coordinate representation of color #DB34A3: hue angle of 320.12º 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 #DB34A3 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 163 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.14 |
| HSL | 320.12º | 0.7% | 0.53% | - |
| HSV(B) | 320.12º | 0.76% | 0.86% | - |
| XYZ | 37.05 | 20.16 | 36.59 | - |
| YUV | 114.59 | 155.33 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 163 | 0 | 0.76 | 0.26 | 0.14 | 320.12 | 0.7 | 0.53 |
| Hex | DB | 34 | A3 | 0 | 4C | 1A | E | 140 | 46 | 35 |
| Octal | 333 | 64 | 243 | 0 | 114 | 32 | 16 | 500 | 106 | 65 |
| Binary | 11011011 | 110100 | 10100011 | 0 | 1001100 | 11010 | 1110 | 101000000 | 1000110 | 110101 |
Color Harmonies of #DB34A3
Complementary color
Monochromatic Colors of #DB34A3
Black with #DB34A3
Text Example
Text Example
White with #DB34A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB34A3; }
p { color: rgb(219,52,163); }
H1.HeaderClassName
{
color: #DB34A3;
}
.AnyTagClassName
{
color: #DB34A3;
}
</style>
background-color css
<style>
a { background-color: #DB34A3; }
a { background-color: rgb(219,52,163); }
div.DivClassName
{
background-color: #DB34A3;
}
.BgClassName
{
background-color: #DB34A3;
}
</style>
border-color css
<style>
span { border-color: #DB34A3; }
span { border-color: rgb(219,52,163); }
td.TdClassName
{
border-color: #DB34A3;
}
.TagClassName
{
border-color: #DB34A3;
}
</style>