Shades of Deep Cerise #DB339D
Tints of Deep Cerise #DB339D
RGB
CMYK
RGB Variations
Color information
#DB339D (or 0xDB339D) is known color: Deep Cerise. HEX triplet: DB, 33 and 9D. RGB value is (219,51,157). Sum of RGB (Red+Green+Blue) = 219+51+157=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 51 (20.31% from 255 or 11.94% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB339D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB339D is #24CC62. Grayscale: #717171. Windows color (decimal): -2411619 or 10302427. OLE color: 10302427.
HSL color Cylindrical-coordinate representation of color #DB339D: hue angle of 322.14º 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 #DB339D is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 157 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.14 |
| HSL | 322.14º | 0.7% | 0.53% | - |
| HSV(B) | 322.14º | 0.77% | 0.86% | - |
| XYZ | 36.48 | 19.86 | 33.81 | - |
| YUV | 113.32 | 152.66 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 157 | 0 | 0.77 | 0.28 | 0.14 | 322.14 | 0.7 | 0.53 |
| Hex | DB | 33 | 9D | 0 | 4D | 1C | E | 142 | 46 | 35 |
| Octal | 333 | 63 | 235 | 0 | 115 | 34 | 16 | 502 | 106 | 65 |
| Binary | 11011011 | 110011 | 10011101 | 0 | 1001101 | 11100 | 1110 | 101000010 | 1000110 | 110101 |
Color Harmonies of #DB339D
Complementary color
Monochromatic Colors of #DB339D
Black with #DB339D
Text Example
Text Example
White with #DB339D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB339D; }
p { color: rgb(219,51,157); }
H1.HeaderClassName
{
color: #DB339D;
}
.AnyTagClassName
{
color: #DB339D;
}
</style>
background-color css
<style>
a { background-color: #DB339D; }
a { background-color: rgb(219,51,157); }
div.DivClassName
{
background-color: #DB339D;
}
.BgClassName
{
background-color: #DB339D;
}
</style>
border-color css
<style>
span { border-color: #DB339D; }
span { border-color: rgb(219,51,157); }
td.TdClassName
{
border-color: #DB339D;
}
.TagClassName
{
border-color: #DB339D;
}
</style>