Shades of Deep Cerise #DB337C
Tints of Deep Cerise #DB337C
RGB
CMYK
RGB Variations
Color information
#DB337C (or 0xDB337C) is known color: Deep Cerise. HEX triplet: DB, 33 and 7C. RGB value is (219,51,124). Sum of RGB (Red+Green+Blue) = 219+51+124=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB337C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB337C is #24CC83. Grayscale: #6D6D6D. Windows color (decimal): -2411652 or 8139739. OLE color: 8139739.
HSL color Cylindrical-coordinate representation of color #DB337C: hue angle of 333.93º 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 #DB337C is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 124 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.14 |
| HSL | 333.93º | 0.7% | 0.53% | - |
| HSV(B) | 333.93º | 0.77% | 0.86% | - |
| XYZ | 34.04 | 18.88 | 20.92 | - |
| YUV | 109.55 | 136.16 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 124 | 0 | 0.77 | 0.43 | 0.14 | 333.93 | 0.7 | 0.53 |
| Hex | DB | 33 | 7C | 0 | 4D | 2B | E | 14E | 46 | 35 |
| Octal | 333 | 63 | 174 | 0 | 115 | 53 | 16 | 516 | 106 | 65 |
| Binary | 11011011 | 110011 | 1111100 | 0 | 1001101 | 101011 | 1110 | 101001110 | 1000110 | 110101 |
Color Harmonies of #DB337C
Complementary color
Monochromatic Colors of #DB337C
Black with #DB337C
Text Example
Text Example
White with #DB337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB337C; }
p { color: rgb(219,51,124); }
H1.HeaderClassName
{
color: #DB337C;
}
.AnyTagClassName
{
color: #DB337C;
}
</style>
background-color css
<style>
a { background-color: #DB337C; }
a { background-color: rgb(219,51,124); }
div.DivClassName
{
background-color: #DB337C;
}
.BgClassName
{
background-color: #DB337C;
}
</style>
border-color css
<style>
span { border-color: #DB337C; }
span { border-color: rgb(219,51,124); }
td.TdClassName
{
border-color: #DB337C;
}
.TagClassName
{
border-color: #DB337C;
}
</style>