Shades of Cerise #DB2E69
Tints of Cerise #DB2E69
RGB
CMYK
RGB Variations
Color information
#DB2E69 (or 0xDB2E69) is known color: Cerise. HEX triplet: DB, 2E and 69. RGB value is (219,46,105). Sum of RGB (Red+Green+Blue) = 219+46+105=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2E69 is #24D196. Grayscale: #686868. Windows color (decimal): -2412951 or 6893275. OLE color: 6893275.
HSL color Cylindrical-coordinate representation of color #DB2E69: hue angle of 339.54º 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 #DB2E69 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 46 | 105 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.14 |
| HSL | 339.54º | 0.71% | 0.52% | - |
| HSV(B) | 339.54º | 0.79% | 0.86% | - |
| XYZ | 32.74 | 18.03 | 15.12 | - |
| YUV | 104.45 | 128.31 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 105 | 0 | 0.79 | 0.52 | 0.14 | 339.54 | 0.71 | 0.52 |
| Hex | DB | 2E | 69 | 0 | 4F | 34 | E | 154 | 47 | 34 |
| Octal | 333 | 56 | 151 | 0 | 117 | 64 | 16 | 524 | 107 | 64 |
| Binary | 11011011 | 101110 | 1101001 | 0 | 1001111 | 110100 | 1110 | 101010100 | 1000111 | 110100 |
Color Harmonies of #DB2E69
Complementary color
Monochromatic Colors of #DB2E69
Black with #DB2E69
Text Example
Text Example
White with #DB2E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2E69; }
p { color: rgb(219,46,105); }
H1.HeaderClassName
{
color: #DB2E69;
}
.AnyTagClassName
{
color: #DB2E69;
}
</style>
background-color css
<style>
a { background-color: #DB2E69; }
a { background-color: rgb(219,46,105); }
div.DivClassName
{
background-color: #DB2E69;
}
.BgClassName
{
background-color: #DB2E69;
}
</style>
border-color css
<style>
span { border-color: #DB2E69; }
span { border-color: rgb(219,46,105); }
td.TdClassName
{
border-color: #DB2E69;
}
.TagClassName
{
border-color: #DB2E69;
}
</style>