Shades of Cerise #DB295F
Tints of Cerise #DB295F
RGB
CMYK
RGB Variations
Color information
#DB295F (or 0xDB295F) is known color: Cerise. HEX triplet: DB, 29 and 5F. RGB value is (219,41,95). Sum of RGB (Red+Green+Blue) = 219+41+95=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB295F is #24D6A0. Grayscale: #646464. Windows color (decimal): -2414241 or 6236635. OLE color: 6236635.
HSL color Cylindrical-coordinate representation of color #DB295F: hue angle of 341.8º 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 #DB295F is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 95 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.14 |
| HSL | 341.8º | 0.71% | 0.51% | - |
| HSV(B) | 341.8º | 0.81% | 0.86% | - |
| XYZ | 32.07 | 17.47 | 12.51 | - |
| YUV | 100.38 | 124.97 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 95 | 0 | 0.81 | 0.57 | 0.14 | 341.8 | 0.71 | 0.51 |
| Hex | DB | 29 | 5F | 0 | 51 | 39 | E | 156 | 47 | 33 |
| Octal | 333 | 51 | 137 | 0 | 121 | 71 | 16 | 526 | 107 | 63 |
| Binary | 11011011 | 101001 | 1011111 | 0 | 1010001 | 111001 | 1110 | 101010110 | 1000111 | 110011 |
Color Harmonies of #DB295F
Complementary color
Monochromatic Colors of #DB295F
Black with #DB295F
Text Example
Text Example
White with #DB295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB295F; }
p { color: rgb(219,41,95); }
H1.HeaderClassName
{
color: #DB295F;
}
.AnyTagClassName
{
color: #DB295F;
}
</style>
background-color css
<style>
a { background-color: #DB295F; }
a { background-color: rgb(219,41,95); }
div.DivClassName
{
background-color: #DB295F;
}
.BgClassName
{
background-color: #DB295F;
}
</style>
border-color css
<style>
span { border-color: #DB295F; }
span { border-color: rgb(219,41,95); }
td.TdClassName
{
border-color: #DB295F;
}
.TagClassName
{
border-color: #DB295F;
}
</style>