Shades of Cerise #DB3E66
Tints of Cerise #DB3E66
RGB
CMYK
RGB Variations
Color information
#DB3E66 (or 0xDB3E66) is known color: Cerise. HEX triplet: DB, 3E and 66. RGB value is (219,62,102). Sum of RGB (Red+Green+Blue) = 219+62+102=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 62 (24.61% from 255 or 16.19% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3E66 is #24C199. Grayscale: #717171. Windows color (decimal): -2408858 or 6700763. OLE color: 6700763.
HSL color Cylindrical-coordinate representation of color #DB3E66: hue angle of 344.71º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3E66 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 102 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.14 |
| HSL | 344.71º | 0.69% | 0.55% | - |
| HSV(B) | 344.71º | 0.72% | 0.86% | - |
| XYZ | 33.33 | 19.46 | 14.57 | - |
| YUV | 113.5 | 121.51 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 102 | 0 | 0.72 | 0.53 | 0.14 | 344.71 | 0.69 | 0.55 |
| Hex | DB | 3E | 66 | 0 | 48 | 35 | E | 159 | 45 | 37 |
| Octal | 333 | 76 | 146 | 0 | 110 | 65 | 16 | 531 | 105 | 67 |
| Binary | 11011011 | 111110 | 1100110 | 0 | 1001000 | 110101 | 1110 | 101011001 | 1000101 | 110111 |
Color Harmonies of #DB3E66
Complementary color
Monochromatic Colors of #DB3E66
Black with #DB3E66
Text Example
Text Example
White with #DB3E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3E66; }
p { color: rgb(219,62,102); }
H1.HeaderClassName
{
color: #DB3E66;
}
.AnyTagClassName
{
color: #DB3E66;
}
</style>
background-color css
<style>
a { background-color: #DB3E66; }
a { background-color: rgb(219,62,102); }
div.DivClassName
{
background-color: #DB3E66;
}
.BgClassName
{
background-color: #DB3E66;
}
</style>
border-color css
<style>
span { border-color: #DB3E66; }
span { border-color: rgb(219,62,102); }
td.TdClassName
{
border-color: #DB3E66;
}
.TagClassName
{
border-color: #DB3E66;
}
</style>