Shades of Deep Cerise #DB349A
Tints of Deep Cerise #DB349A
RGB
CMYK
RGB Variations
Color information
#DB349A (or 0xDB349A) is known color: Deep Cerise. HEX triplet: DB, 34 and 9A. RGB value is (219,52,154). Sum of RGB (Red+Green+Blue) = 219+52+154=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 52 (20.70% from 255 or 12.24% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB349A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB349A is #24CB65. Grayscale: #717171. Windows color (decimal): -2411366 or 10106075. OLE color: 10106075.
HSL color Cylindrical-coordinate representation of color #DB349A: hue angle of 323.35º 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 #DB349A is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 154 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.14 |
| HSL | 323.35º | 0.7% | 0.53% | - |
| HSV(B) | 323.35º | 0.76% | 0.86% | - |
| XYZ | 36.27 | 19.85 | 32.49 | - |
| YUV | 113.56 | 150.83 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 154 | 0 | 0.76 | 0.30 | 0.14 | 323.35 | 0.7 | 0.53 |
| Hex | DB | 34 | 9A | 0 | 4C | 1E | E | 143 | 46 | 35 |
| Octal | 333 | 64 | 232 | 0 | 114 | 36 | 16 | 503 | 106 | 65 |
| Binary | 11011011 | 110100 | 10011010 | 0 | 1001100 | 11110 | 1110 | 101000011 | 1000110 | 110101 |
Color Harmonies of #DB349A
Complementary color
Monochromatic Colors of #DB349A
Black with #DB349A
Text Example
Text Example
White with #DB349A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB349A; }
p { color: rgb(219,52,154); }
H1.HeaderClassName
{
color: #DB349A;
}
.AnyTagClassName
{
color: #DB349A;
}
</style>
background-color css
<style>
a { background-color: #DB349A; }
a { background-color: rgb(219,52,154); }
div.DivClassName
{
background-color: #DB349A;
}
.BgClassName
{
background-color: #DB349A;
}
</style>
border-color css
<style>
span { border-color: #DB349A; }
span { border-color: rgb(219,52,154); }
td.TdClassName
{
border-color: #DB349A;
}
.TagClassName
{
border-color: #DB349A;
}
</style>