Shades of Cerise #DB295B
Tints of Cerise #DB295B
RGB
CMYK
RGB Variations
Color information
#DB295B (or 0xDB295B) is known color: Cerise. HEX triplet: DB, 29 and 5B. RGB value is (219,41,91). Sum of RGB (Red+Green+Blue) = 219+41+91=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB295B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB295B is #24D6A4. Grayscale: #636363. Windows color (decimal): -2414245 or 5974491. OLE color: 5974491.
HSL color Cylindrical-coordinate representation of color #DB295B: hue angle of 343.15º 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 #DB295B is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 91 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.14 |
| HSL | 343.15º | 0.71% | 0.51% | - |
| HSV(B) | 343.15º | 0.81% | 0.86% | - |
| XYZ | 31.89 | 17.4 | 11.58 | - |
| YUV | 99.92 | 122.97 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 91 | 0 | 0.81 | 0.58 | 0.14 | 343.15 | 0.71 | 0.51 |
| Hex | DB | 29 | 5B | 0 | 51 | 3A | E | 157 | 47 | 33 |
| Octal | 333 | 51 | 133 | 0 | 121 | 72 | 16 | 527 | 107 | 63 |
| Binary | 11011011 | 101001 | 1011011 | 0 | 1010001 | 111010 | 1110 | 101010111 | 1000111 | 110011 |
Color Harmonies of #DB295B
Complementary color
Monochromatic Colors of #DB295B
Black with #DB295B
Text Example
Text Example
White with #DB295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB295B; }
p { color: rgb(219,41,91); }
H1.HeaderClassName
{
color: #DB295B;
}
.AnyTagClassName
{
color: #DB295B;
}
</style>
background-color css
<style>
a { background-color: #DB295B; }
a { background-color: rgb(219,41,91); }
div.DivClassName
{
background-color: #DB295B;
}
.BgClassName
{
background-color: #DB295B;
}
</style>
border-color css
<style>
span { border-color: #DB295B; }
span { border-color: rgb(219,41,91); }
td.TdClassName
{
border-color: #DB295B;
}
.TagClassName
{
border-color: #DB295B;
}
</style>