Shades of Cerise #DB295D
Tints of Cerise #DB295D
RGB
CMYK
RGB Variations
Color information
#DB295D (or 0xDB295D) is known color: Cerise. HEX triplet: DB, 29 and 5D. RGB value is (219,41,93). Sum of RGB (Red+Green+Blue) = 219+41+93=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB295D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB295D is #24D6A2. Grayscale: #646464. Windows color (decimal): -2414243 or 6105563. OLE color: 6105563.
HSL color Cylindrical-coordinate representation of color #DB295D: hue angle of 342.47º 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 #DB295D is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 93 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.14 |
| HSL | 342.47º | 0.71% | 0.51% | - |
| HSV(B) | 342.47º | 0.81% | 0.86% | - |
| XYZ | 31.98 | 17.44 | 12.04 | - |
| YUV | 100.15 | 123.97 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 93 | 0 | 0.81 | 0.58 | 0.14 | 342.47 | 0.71 | 0.51 |
| Hex | DB | 29 | 5D | 0 | 51 | 3A | E | 156 | 47 | 33 |
| Octal | 333 | 51 | 135 | 0 | 121 | 72 | 16 | 526 | 107 | 63 |
| Binary | 11011011 | 101001 | 1011101 | 0 | 1010001 | 111010 | 1110 | 101010110 | 1000111 | 110011 |
Color Harmonies of #DB295D
Complementary color
Monochromatic Colors of #DB295D
Black with #DB295D
Text Example
Text Example
White with #DB295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB295D; }
p { color: rgb(219,41,93); }
H1.HeaderClassName
{
color: #DB295D;
}
.AnyTagClassName
{
color: #DB295D;
}
</style>
background-color css
<style>
a { background-color: #DB295D; }
a { background-color: rgb(219,41,93); }
div.DivClassName
{
background-color: #DB295D;
}
.BgClassName
{
background-color: #DB295D;
}
</style>
border-color css
<style>
span { border-color: #DB295D; }
span { border-color: rgb(219,41,93); }
td.TdClassName
{
border-color: #DB295D;
}
.TagClassName
{
border-color: #DB295D;
}
</style>