Shades of Cerise #DB296A
Tints of Cerise #DB296A
RGB
CMYK
RGB Variations
Color information
#DB296A (or 0xDB296A) is known color: Cerise. HEX triplet: DB, 29 and 6A. RGB value is (219,41,106). Sum of RGB (Red+Green+Blue) = 219+41+106=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB296A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB296A is #24D695. Grayscale: #656565. Windows color (decimal): -2414230 or 6957531. OLE color: 6957531.
HSL color Cylindrical-coordinate representation of color #DB296A: hue angle of 338.09º 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 #DB296A is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 106 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.14 |
| HSL | 338.09º | 0.71% | 0.51% | - |
| HSV(B) | 338.09º | 0.81% | 0.86% | - |
| XYZ | 32.61 | 17.69 | 15.33 | - |
| YUV | 101.63 | 130.47 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 106 | 0 | 0.81 | 0.52 | 0.14 | 338.09 | 0.71 | 0.51 |
| Hex | DB | 29 | 6A | 0 | 51 | 34 | E | 152 | 47 | 33 |
| Octal | 333 | 51 | 152 | 0 | 121 | 64 | 16 | 522 | 107 | 63 |
| Binary | 11011011 | 101001 | 1101010 | 0 | 1010001 | 110100 | 1110 | 101010010 | 1000111 | 110011 |
Color Harmonies of #DB296A
Complementary color
Monochromatic Colors of #DB296A
Black with #DB296A
Text Example
Text Example
White with #DB296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB296A; }
p { color: rgb(219,41,106); }
H1.HeaderClassName
{
color: #DB296A;
}
.AnyTagClassName
{
color: #DB296A;
}
</style>
background-color css
<style>
a { background-color: #DB296A; }
a { background-color: rgb(219,41,106); }
div.DivClassName
{
background-color: #DB296A;
}
.BgClassName
{
background-color: #DB296A;
}
</style>
border-color css
<style>
span { border-color: #DB296A; }
span { border-color: rgb(219,41,106); }
td.TdClassName
{
border-color: #DB296A;
}
.TagClassName
{
border-color: #DB296A;
}
</style>