Shades of Cerise #DB2864
Tints of Cerise #DB2864
RGB
CMYK
RGB Variations
Color information
#DB2864 (or 0xDB2864) is known color: Cerise. HEX triplet: DB, 28 and 64. RGB value is (219,40,100). Sum of RGB (Red+Green+Blue) = 219+40+100=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2864 is #24D79B. Grayscale: #646464. Windows color (decimal): -2414492 or 6564059. OLE color: 6564059.
HSL color Cylindrical-coordinate representation of color #DB2864: hue angle of 339.89º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2864 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 100 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.14 |
| HSL | 339.89º | 0.71% | 0.51% | - |
| HSV(B) | 339.89º | 0.82% | 0.86% | - |
| XYZ | 32.27 | 17.5 | 13.73 | - |
| YUV | 100.36 | 127.8 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 100 | 0 | 0.82 | 0.54 | 0.14 | 339.89 | 0.71 | 0.51 |
| Hex | DB | 28 | 64 | 0 | 52 | 36 | E | 154 | 47 | 33 |
| Octal | 333 | 50 | 144 | 0 | 122 | 66 | 16 | 524 | 107 | 63 |
| Binary | 11011011 | 101000 | 1100100 | 0 | 1010010 | 110110 | 1110 | 101010100 | 1000111 | 110011 |
Color Harmonies of #DB2864
Complementary color
Monochromatic Colors of #DB2864
Black with #DB2864
Text Example
Text Example
White with #DB2864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2864; }
p { color: rgb(219,40,100); }
H1.HeaderClassName
{
color: #DB2864;
}
.AnyTagClassName
{
color: #DB2864;
}
</style>
background-color css
<style>
a { background-color: #DB2864; }
a { background-color: rgb(219,40,100); }
div.DivClassName
{
background-color: #DB2864;
}
.BgClassName
{
background-color: #DB2864;
}
</style>
border-color css
<style>
span { border-color: #DB2864; }
span { border-color: rgb(219,40,100); }
td.TdClassName
{
border-color: #DB2864;
}
.TagClassName
{
border-color: #DB2864;
}
</style>