Shades of Cerise #DB2E5A
Tints of Cerise #DB2E5A
RGB
CMYK
RGB Variations
Color information
#DB2E5A (or 0xDB2E5A) is known color: Cerise. HEX triplet: DB, 2E and 5A. RGB value is (219,46,90). Sum of RGB (Red+Green+Blue) = 219+46+90=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2E5A is #24D1A5. Grayscale: #666666. Windows color (decimal): -2412966 or 5910235. OLE color: 5910235.
HSL color Cylindrical-coordinate representation of color #DB2E5A: hue angle of 344.74º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2E5A is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 46 | 90 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.14 |
| HSL | 344.74º | 0.71% | 0.52% | - |
| HSV(B) | 344.74º | 0.79% | 0.86% | - |
| XYZ | 32.04 | 17.75 | 11.41 | - |
| YUV | 102.74 | 120.81 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 90 | 0 | 0.79 | 0.59 | 0.14 | 344.74 | 0.71 | 0.52 |
| Hex | DB | 2E | 5A | 0 | 4F | 3B | E | 159 | 47 | 34 |
| Octal | 333 | 56 | 132 | 0 | 117 | 73 | 16 | 531 | 107 | 64 |
| Binary | 11011011 | 101110 | 1011010 | 0 | 1001111 | 111011 | 1110 | 101011001 | 1000111 | 110100 |
Color Harmonies of #DB2E5A
Complementary color
Monochromatic Colors of #DB2E5A
Black with #DB2E5A
Text Example
Text Example
White with #DB2E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2E5A; }
p { color: rgb(219,46,90); }
H1.HeaderClassName
{
color: #DB2E5A;
}
.AnyTagClassName
{
color: #DB2E5A;
}
</style>
background-color css
<style>
a { background-color: #DB2E5A; }
a { background-color: rgb(219,46,90); }
div.DivClassName
{
background-color: #DB2E5A;
}
.BgClassName
{
background-color: #DB2E5A;
}
</style>
border-color css
<style>
span { border-color: #DB2E5A; }
span { border-color: rgb(219,46,90); }
td.TdClassName
{
border-color: #DB2E5A;
}
.TagClassName
{
border-color: #DB2E5A;
}
</style>