Shades of Cerise #DB2966
Tints of Cerise #DB2966
RGB
CMYK
RGB Variations
Color information
#DB2966 (or 0xDB2966) is known color: Cerise. HEX triplet: DB, 29 and 66. RGB value is (219,41,102). Sum of RGB (Red+Green+Blue) = 219+41+102=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2966 is #24D699. Grayscale: #656565. Windows color (decimal): -2414234 or 6695387. OLE color: 6695387.
HSL color Cylindrical-coordinate representation of color #DB2966: hue angle of 339.44º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2966 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 102 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.14 |
| HSL | 339.44º | 0.71% | 0.51% | - |
| HSV(B) | 339.44º | 0.81% | 0.86% | - |
| XYZ | 32.4 | 17.61 | 14.26 | - |
| YUV | 101.18 | 128.47 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 102 | 0 | 0.81 | 0.53 | 0.14 | 339.44 | 0.71 | 0.51 |
| Hex | DB | 29 | 66 | 0 | 51 | 35 | E | 153 | 47 | 33 |
| Octal | 333 | 51 | 146 | 0 | 121 | 65 | 16 | 523 | 107 | 63 |
| Binary | 11011011 | 101001 | 1100110 | 0 | 1010001 | 110101 | 1110 | 101010011 | 1000111 | 110011 |
Color Harmonies of #DB2966
Complementary color
Monochromatic Colors of #DB2966
Black with #DB2966
Text Example
Text Example
White with #DB2966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2966; }
p { color: rgb(219,41,102); }
H1.HeaderClassName
{
color: #DB2966;
}
.AnyTagClassName
{
color: #DB2966;
}
</style>
background-color css
<style>
a { background-color: #DB2966; }
a { background-color: rgb(219,41,102); }
div.DivClassName
{
background-color: #DB2966;
}
.BgClassName
{
background-color: #DB2966;
}
</style>
border-color css
<style>
span { border-color: #DB2966; }
span { border-color: rgb(219,41,102); }
td.TdClassName
{
border-color: #DB2966;
}
.TagClassName
{
border-color: #DB2966;
}
</style>