Shades of Cerise #DB2A6C
Tints of Cerise #DB2A6C
RGB
CMYK
RGB Variations
Color information
#DB2A6C (or 0xDB2A6C) is known color: Cerise. HEX triplet: DB, 2A and 6C. RGB value is (219,42,108). Sum of RGB (Red+Green+Blue) = 219+42+108=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 42 (16.80% from 255 or 11.38% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2A6C is #24D593. Grayscale: #666666. Windows color (decimal): -2413972 or 7088859. OLE color: 7088859.
HSL color Cylindrical-coordinate representation of color #DB2A6C: hue angle of 337.63º 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 #DB2A6C is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 108 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.14 |
| HSL | 337.63º | 0.71% | 0.51% | - |
| HSV(B) | 337.63º | 0.81% | 0.86% | - |
| XYZ | 32.75 | 17.8 | 15.9 | - |
| YUV | 102.45 | 131.14 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 108 | 0 | 0.81 | 0.51 | 0.14 | 337.63 | 0.71 | 0.51 |
| Hex | DB | 2A | 6C | 0 | 51 | 33 | E | 152 | 47 | 33 |
| Octal | 333 | 52 | 154 | 0 | 121 | 63 | 16 | 522 | 107 | 63 |
| Binary | 11011011 | 101010 | 1101100 | 0 | 1010001 | 110011 | 1110 | 101010010 | 1000111 | 110011 |
Color Harmonies of #DB2A6C
Complementary color
Monochromatic Colors of #DB2A6C
Black with #DB2A6C
Text Example
Text Example
White with #DB2A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A6C; }
p { color: rgb(219,42,108); }
H1.HeaderClassName
{
color: #DB2A6C;
}
.AnyTagClassName
{
color: #DB2A6C;
}
</style>
background-color css
<style>
a { background-color: #DB2A6C; }
a { background-color: rgb(219,42,108); }
div.DivClassName
{
background-color: #DB2A6C;
}
.BgClassName
{
background-color: #DB2A6C;
}
</style>
border-color css
<style>
span { border-color: #DB2A6C; }
span { border-color: rgb(219,42,108); }
td.TdClassName
{
border-color: #DB2A6C;
}
.TagClassName
{
border-color: #DB2A6C;
}
</style>