Shades of Cerise #DB3365
Tints of Cerise #DB3365
RGB
CMYK
RGB Variations
Color information
#DB3365 (or 0xDB3365) is known color: Cerise. HEX triplet: DB, 33 and 65. RGB value is (219,51,101). Sum of RGB (Red+Green+Blue) = 219+51+101=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3365 is #24CC9A. Grayscale: #6A6A6A. Windows color (decimal): -2411675 or 6632411. OLE color: 6632411.
HSL color Cylindrical-coordinate representation of color #DB3365: hue angle of 342.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 #DB3365 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 101 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.14 |
| HSL | 342.14º | 0.7% | 0.53% | - |
| HSV(B) | 342.14º | 0.77% | 0.86% | - |
| XYZ | 32.75 | 18.37 | 14.13 | - |
| YUV | 106.93 | 124.66 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 101 | 0 | 0.77 | 0.54 | 0.14 | 342.14 | 0.7 | 0.53 |
| Hex | DB | 33 | 65 | 0 | 4D | 36 | E | 156 | 46 | 35 |
| Octal | 333 | 63 | 145 | 0 | 115 | 66 | 16 | 526 | 106 | 65 |
| Binary | 11011011 | 110011 | 1100101 | 0 | 1001101 | 110110 | 1110 | 101010110 | 1000110 | 110101 |
Color Harmonies of #DB3365
Complementary color
Monochromatic Colors of #DB3365
Black with #DB3365
Text Example
Text Example
White with #DB3365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3365; }
p { color: rgb(219,51,101); }
H1.HeaderClassName
{
color: #DB3365;
}
.AnyTagClassName
{
color: #DB3365;
}
</style>
background-color css
<style>
a { background-color: #DB3365; }
a { background-color: rgb(219,51,101); }
div.DivClassName
{
background-color: #DB3365;
}
.BgClassName
{
background-color: #DB3365;
}
</style>
border-color css
<style>
span { border-color: #DB3365; }
span { border-color: rgb(219,51,101); }
td.TdClassName
{
border-color: #DB3365;
}
.TagClassName
{
border-color: #DB3365;
}
</style>