Shades of Cerise #DB2865
Tints of Cerise #DB2865
RGB
CMYK
RGB Variations
Color information
#DB2865 (or 0xDB2865) is known color: Cerise. HEX triplet: DB, 28 and 65. RGB value is (219,40,101). Sum of RGB (Red+Green+Blue) = 219+40+101=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2865 is #24D79A. Grayscale: #646464. Windows color (decimal): -2414491 or 6629595. OLE color: 6629595.
HSL color Cylindrical-coordinate representation of color #DB2865: hue angle of 339.55º 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 #DB2865 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 101 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.14 |
| HSL | 339.55º | 0.71% | 0.51% | - |
| HSV(B) | 339.55º | 0.82% | 0.86% | - |
| XYZ | 32.32 | 17.52 | 13.99 | - |
| YUV | 100.48 | 128.3 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 101 | 0 | 0.82 | 0.54 | 0.14 | 339.55 | 0.71 | 0.51 |
| Hex | DB | 28 | 65 | 0 | 52 | 36 | E | 154 | 47 | 33 |
| Octal | 333 | 50 | 145 | 0 | 122 | 66 | 16 | 524 | 107 | 63 |
| Binary | 11011011 | 101000 | 1100101 | 0 | 1010010 | 110110 | 1110 | 101010100 | 1000111 | 110011 |
Color Harmonies of #DB2865
Complementary color
Monochromatic Colors of #DB2865
Black with #DB2865
Text Example
Text Example
White with #DB2865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2865; }
p { color: rgb(219,40,101); }
H1.HeaderClassName
{
color: #DB2865;
}
.AnyTagClassName
{
color: #DB2865;
}
</style>
background-color css
<style>
a { background-color: #DB2865; }
a { background-color: rgb(219,40,101); }
div.DivClassName
{
background-color: #DB2865;
}
.BgClassName
{
background-color: #DB2865;
}
</style>
border-color css
<style>
span { border-color: #DB2865; }
span { border-color: rgb(219,40,101); }
td.TdClassName
{
border-color: #DB2865;
}
.TagClassName
{
border-color: #DB2865;
}
</style>