Shades of Cerise #DB3373
Tints of Cerise #DB3373
RGB
CMYK
RGB Variations
Color information
#DB3373 (or 0xDB3373) is known color: Cerise. HEX triplet: DB, 33 and 73. RGB value is (219,51,115). Sum of RGB (Red+Green+Blue) = 219+51+115=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3373 is #24CC8C. Grayscale: #6C6C6C. Windows color (decimal): -2411661 or 7549915. OLE color: 7549915.
HSL color Cylindrical-coordinate representation of color #DB3373: hue angle of 337.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 #DB3373 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 115 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.14 |
| HSL | 337.14º | 0.7% | 0.53% | - |
| HSV(B) | 337.14º | 0.77% | 0.86% | - |
| XYZ | 33.49 | 18.67 | 18.06 | - |
| YUV | 108.53 | 131.66 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 115 | 0 | 0.77 | 0.47 | 0.14 | 337.14 | 0.7 | 0.53 |
| Hex | DB | 33 | 73 | 0 | 4D | 2F | E | 151 | 46 | 35 |
| Octal | 333 | 63 | 163 | 0 | 115 | 57 | 16 | 521 | 106 | 65 |
| Binary | 11011011 | 110011 | 1110011 | 0 | 1001101 | 101111 | 1110 | 101010001 | 1000110 | 110101 |
Color Harmonies of #DB3373
Complementary color
Monochromatic Colors of #DB3373
Black with #DB3373
Text Example
Text Example
White with #DB3373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3373; }
p { color: rgb(219,51,115); }
H1.HeaderClassName
{
color: #DB3373;
}
.AnyTagClassName
{
color: #DB3373;
}
</style>
background-color css
<style>
a { background-color: #DB3373; }
a { background-color: rgb(219,51,115); }
div.DivClassName
{
background-color: #DB3373;
}
.BgClassName
{
background-color: #DB3373;
}
</style>
border-color css
<style>
span { border-color: #DB3373; }
span { border-color: rgb(219,51,115); }
td.TdClassName
{
border-color: #DB3373;
}
.TagClassName
{
border-color: #DB3373;
}
</style>