Shades of Deep Cerise #DB337E
Tints of Deep Cerise #DB337E
RGB
CMYK
RGB Variations
Color information
#DB337E (or 0xDB337E) is known color: Deep Cerise. HEX triplet: DB, 33 and 7E. RGB value is (219,51,126). Sum of RGB (Red+Green+Blue) = 219+51+126=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB337E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB337E is #24CC81. Grayscale: #6D6D6D. Windows color (decimal): -2411650 or 8270811. OLE color: 8270811.
HSL color Cylindrical-coordinate representation of color #DB337E: hue angle of 333.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 #DB337E is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 126 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.14 |
| HSL | 333.21º | 0.7% | 0.53% | - |
| HSV(B) | 333.21º | 0.77% | 0.86% | - |
| XYZ | 34.16 | 18.93 | 21.59 | - |
| YUV | 109.78 | 137.16 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 126 | 0 | 0.77 | 0.42 | 0.14 | 333.21 | 0.7 | 0.53 |
| Hex | DB | 33 | 7E | 0 | 4D | 2A | E | 14D | 46 | 35 |
| Octal | 333 | 63 | 176 | 0 | 115 | 52 | 16 | 515 | 106 | 65 |
| Binary | 11011011 | 110011 | 1111110 | 0 | 1001101 | 101010 | 1110 | 101001101 | 1000110 | 110101 |
Color Harmonies of #DB337E
Complementary color
Monochromatic Colors of #DB337E
Black with #DB337E
Text Example
Text Example
White with #DB337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB337E; }
p { color: rgb(219,51,126); }
H1.HeaderClassName
{
color: #DB337E;
}
.AnyTagClassName
{
color: #DB337E;
}
</style>
background-color css
<style>
a { background-color: #DB337E; }
a { background-color: rgb(219,51,126); }
div.DivClassName
{
background-color: #DB337E;
}
.BgClassName
{
background-color: #DB337E;
}
</style>
border-color css
<style>
span { border-color: #DB337E; }
span { border-color: rgb(219,51,126); }
td.TdClassName
{
border-color: #DB337E;
}
.TagClassName
{
border-color: #DB337E;
}
</style>