Shades of Deep Cerise #DB339A
Tints of Deep Cerise #DB339A
RGB
CMYK
RGB Variations
Color information
#DB339A (or 0xDB339A) is known color: Deep Cerise. HEX triplet: DB, 33 and 9A. RGB value is (219,51,154). Sum of RGB (Red+Green+Blue) = 219+51+154=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 51 (20.31% from 255 or 12.03% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB339A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB339A is #24CC65. Grayscale: #707070. Windows color (decimal): -2411622 or 10105819. OLE color: 10105819.
HSL color Cylindrical-coordinate representation of color #DB339A: hue angle of 323.21º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB339A is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 154 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.14 |
| HSL | 323.21º | 0.7% | 0.53% | - |
| HSV(B) | 323.21º | 0.77% | 0.86% | - |
| XYZ | 36.23 | 19.76 | 32.48 | - |
| YUV | 112.97 | 151.16 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 154 | 0 | 0.77 | 0.30 | 0.14 | 323.21 | 0.7 | 0.53 |
| Hex | DB | 33 | 9A | 0 | 4D | 1E | E | 143 | 46 | 35 |
| Octal | 333 | 63 | 232 | 0 | 115 | 36 | 16 | 503 | 106 | 65 |
| Binary | 11011011 | 110011 | 10011010 | 0 | 1001101 | 11110 | 1110 | 101000011 | 1000110 | 110101 |
Color Harmonies of #DB339A
Complementary color
Monochromatic Colors of #DB339A
Black with #DB339A
Text Example
Text Example
White with #DB339A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB339A; }
p { color: rgb(219,51,154); }
H1.HeaderClassName
{
color: #DB339A;
}
.AnyTagClassName
{
color: #DB339A;
}
</style>
background-color css
<style>
a { background-color: #DB339A; }
a { background-color: rgb(219,51,154); }
div.DivClassName
{
background-color: #DB339A;
}
.BgClassName
{
background-color: #DB339A;
}
</style>
border-color css
<style>
span { border-color: #DB339A; }
span { border-color: rgb(219,51,154); }
td.TdClassName
{
border-color: #DB339A;
}
.TagClassName
{
border-color: #DB339A;
}
</style>