Shades of Cerise #DB245B
Tints of Cerise #DB245B
RGB
CMYK
RGB Variations
Color information
#DB245B (or 0xDB245B) is known color: Cerise. HEX triplet: DB, 24 and 5B. RGB value is (219,36,91). Sum of RGB (Red+Green+Blue) = 219+36+91=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB245B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB245B is #24DBA4. Grayscale: #606060. Windows color (decimal): -2415525 or 5973211. OLE color: 5973211.
HSL color Cylindrical-coordinate representation of color #DB245B: hue angle of 341.97º 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 #DB245B is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 91 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.14 |
| HSL | 341.97º | 0.72% | 0.5% | - |
| HSV(B) | 341.97º | 0.84% | 0.86% | - |
| XYZ | 31.73 | 17.08 | 11.52 | - |
| YUV | 96.99 | 124.63 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 91 | 0 | 0.84 | 0.58 | 0.14 | 341.97 | 0.72 | 0.5 |
| Hex | DB | 24 | 5B | 0 | 54 | 3A | E | 156 | 48 | 32 |
| Octal | 333 | 44 | 133 | 0 | 124 | 72 | 16 | 526 | 110 | 62 |
| Binary | 11011011 | 100100 | 1011011 | 0 | 1010100 | 111010 | 1110 | 101010110 | 1001000 | 110010 |
Color Harmonies of #DB245B
Complementary color
Monochromatic Colors of #DB245B
Black with #DB245B
Text Example
Text Example
White with #DB245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB245B; }
p { color: rgb(219,36,91); }
H1.HeaderClassName
{
color: #DB245B;
}
.AnyTagClassName
{
color: #DB245B;
}
</style>
background-color css
<style>
a { background-color: #DB245B; }
a { background-color: rgb(219,36,91); }
div.DivClassName
{
background-color: #DB245B;
}
.BgClassName
{
background-color: #DB245B;
}
</style>
border-color css
<style>
span { border-color: #DB245B; }
span { border-color: rgb(219,36,91); }
td.TdClassName
{
border-color: #DB245B;
}
.TagClassName
{
border-color: #DB245B;
}
</style>