Shades of Cerise #DB3D66
Tints of Cerise #DB3D66
RGB
CMYK
RGB Variations
Color information
#DB3D66 (or 0xDB3D66) is known color: Cerise. HEX triplet: DB, 3D and 66. RGB value is (219,61,102). Sum of RGB (Red+Green+Blue) = 219+61+102=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3D66 is #24C299. Grayscale: #707070. Windows color (decimal): -2409114 or 6700507. OLE color: 6700507.
HSL color Cylindrical-coordinate representation of color #DB3D66: hue angle of 344.43º 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 #DB3D66 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 102 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.14 |
| HSL | 344.43º | 0.69% | 0.55% | - |
| HSV(B) | 344.43º | 0.72% | 0.86% | - |
| XYZ | 33.28 | 19.36 | 14.55 | - |
| YUV | 112.92 | 121.85 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 102 | 0 | 0.72 | 0.53 | 0.14 | 344.43 | 0.69 | 0.55 |
| Hex | DB | 3D | 66 | 0 | 48 | 35 | E | 158 | 45 | 37 |
| Octal | 333 | 75 | 146 | 0 | 110 | 65 | 16 | 530 | 105 | 67 |
| Binary | 11011011 | 111101 | 1100110 | 0 | 1001000 | 110101 | 1110 | 101011000 | 1000101 | 110111 |
Color Harmonies of #DB3D66
Complementary color
Monochromatic Colors of #DB3D66
Black with #DB3D66
Text Example
Text Example
White with #DB3D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D66; }
p { color: rgb(219,61,102); }
H1.HeaderClassName
{
color: #DB3D66;
}
.AnyTagClassName
{
color: #DB3D66;
}
</style>
background-color css
<style>
a { background-color: #DB3D66; }
a { background-color: rgb(219,61,102); }
div.DivClassName
{
background-color: #DB3D66;
}
.BgClassName
{
background-color: #DB3D66;
}
</style>
border-color css
<style>
span { border-color: #DB3D66; }
span { border-color: rgb(219,61,102); }
td.TdClassName
{
border-color: #DB3D66;
}
.TagClassName
{
border-color: #DB3D66;
}
</style>