Shades of Cerise #DB245A
Tints of Cerise #DB245A
RGB
CMYK
RGB Variations
Color information
#DB245A (or 0xDB245A) is known color: Cerise. HEX triplet: DB, 24 and 5A. RGB value is (219,36,90). Sum of RGB (Red+Green+Blue) = 219+36+90=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB245A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB245A is #24DBA5. Grayscale: #606060. Windows color (decimal): -2415526 or 5907675. OLE color: 5907675.
HSL color Cylindrical-coordinate representation of color #DB245A: hue angle of 342.3º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB245A is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 90 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.14 |
| HSL | 342.3º | 0.72% | 0.5% | - |
| HSV(B) | 342.3º | 0.84% | 0.86% | - |
| XYZ | 31.69 | 17.06 | 11.3 | - |
| YUV | 96.87 | 124.13 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 90 | 0 | 0.84 | 0.59 | 0.14 | 342.3 | 0.72 | 0.5 |
| Hex | DB | 24 | 5A | 0 | 54 | 3B | E | 156 | 48 | 32 |
| Octal | 333 | 44 | 132 | 0 | 124 | 73 | 16 | 526 | 110 | 62 |
| Binary | 11011011 | 100100 | 1011010 | 0 | 1010100 | 111011 | 1110 | 101010110 | 1001000 | 110010 |
Color Harmonies of #DB245A
Complementary color
Monochromatic Colors of #DB245A
Black with #DB245A
Text Example
Text Example
White with #DB245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB245A; }
p { color: rgb(219,36,90); }
H1.HeaderClassName
{
color: #DB245A;
}
.AnyTagClassName
{
color: #DB245A;
}
</style>
background-color css
<style>
a { background-color: #DB245A; }
a { background-color: rgb(219,36,90); }
div.DivClassName
{
background-color: #DB245A;
}
.BgClassName
{
background-color: #DB245A;
}
</style>
border-color css
<style>
span { border-color: #DB245A; }
span { border-color: rgb(219,36,90); }
td.TdClassName
{
border-color: #DB245A;
}
.TagClassName
{
border-color: #DB245A;
}
</style>