Shades of Cerise #DB295A
Tints of Cerise #DB295A
RGB
CMYK
RGB Variations
Color information
#DB295A (or 0xDB295A) is known color: Cerise. HEX triplet: DB, 29 and 5A. RGB value is (219,41,90). Sum of RGB (Red+Green+Blue) = 219+41+90=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB295A is #24D6A5. Grayscale: #636363. Windows color (decimal): -2414246 or 5908955. OLE color: 5908955.
HSL color Cylindrical-coordinate representation of color #DB295A: hue angle of 343.48º 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 #DB295A is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 41 | 90 | - |
CMYK | 0 | 0.81 | 0.59 | 0.14 |
HSL | 343.48º | 0.71% | 0.51% | - |
HSV(B) | 343.48º | 0.81% | 0.86% | - |
XYZ | 31.85 | 17.38 | 11.35 | - |
YUV | 99.81 | 122.47 | 213.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 41 | 90 | 0 | 0.81 | 0.59 | 0.14 | 343.48 | 0.71 | 0.51 |
Hex | DB | 29 | 5A | 0 | 51 | 3B | E | 157 | 47 | 33 |
Octal | 333 | 51 | 132 | 0 | 121 | 73 | 16 | 527 | 107 | 63 |
Binary | 11011011 | 101001 | 1011010 | 0 | 1010001 | 111011 | 1110 | 101010111 | 1000111 | 110011 |
Color Harmonies of #DB295A
Complementary color
Monochromatic Colors of #DB295A
Black with #DB295A
Text Example
Text Example
White with #DB295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB295A; }
p { color: rgb(219,41,90); }
H1.HeaderClassName
{
color: #DB295A;
}
.AnyTagClassName
{
color: #DB295A;
}
</style>
background-color css
<style>
a { background-color: #DB295A; }
a { background-color: rgb(219,41,90); }
div.DivClassName
{
background-color: #DB295A;
}
.BgClassName
{
background-color: #DB295A;
}
</style>
border-color css
<style>
span { border-color: #DB295A; }
span { border-color: rgb(219,41,90); }
td.TdClassName
{
border-color: #DB295A;
}
.TagClassName
{
border-color: #DB295A;
}
</style>