Shades of Cerise #DB296F
Tints of Cerise #DB296F
RGB
CMYK
RGB Variations
Color information
#DB296F (or 0xDB296F) is known color: Cerise. HEX triplet: DB, 29 and 6F. RGB value is (219,41,111). Sum of RGB (Red+Green+Blue) = 219+41+111=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB296F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB296F is #24D690. Grayscale: #666666. Windows color (decimal): -2414225 or 7285211. OLE color: 7285211.
HSL color Cylindrical-coordinate representation of color #DB296F: hue angle of 336.4º 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 #DB296F is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 111 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.14 |
| HSL | 336.4º | 0.71% | 0.51% | - |
| HSV(B) | 336.4º | 0.81% | 0.86% | - |
| XYZ | 32.88 | 17.79 | 16.74 | - |
| YUV | 102.2 | 132.97 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 111 | 0 | 0.81 | 0.49 | 0.14 | 336.4 | 0.71 | 0.51 |
| Hex | DB | 29 | 6F | 0 | 51 | 31 | E | 150 | 47 | 33 |
| Octal | 333 | 51 | 157 | 0 | 121 | 61 | 16 | 520 | 107 | 63 |
| Binary | 11011011 | 101001 | 1101111 | 0 | 1010001 | 110001 | 1110 | 101010000 | 1000111 | 110011 |
Color Harmonies of #DB296F
Complementary color
Monochromatic Colors of #DB296F
Black with #DB296F
Text Example
Text Example
White with #DB296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB296F; }
p { color: rgb(219,41,111); }
H1.HeaderClassName
{
color: #DB296F;
}
.AnyTagClassName
{
color: #DB296F;
}
</style>
background-color css
<style>
a { background-color: #DB296F; }
a { background-color: rgb(219,41,111); }
div.DivClassName
{
background-color: #DB296F;
}
.BgClassName
{
background-color: #DB296F;
}
</style>
border-color css
<style>
span { border-color: #DB296F; }
span { border-color: rgb(219,41,111); }
td.TdClassName
{
border-color: #DB296F;
}
.TagClassName
{
border-color: #DB296F;
}
</style>