Shades of Cerise #DB245D
Tints of Cerise #DB245D
RGB
CMYK
RGB Variations
Color information
#DB245D (or 0xDB245D) is known color: Cerise. HEX triplet: DB, 24 and 5D. RGB value is (219,36,93). Sum of RGB (Red+Green+Blue) = 219+36+93=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB245D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB245D is #24DBA2. Grayscale: #616161. Windows color (decimal): -2415523 or 6104283. OLE color: 6104283.
HSL color Cylindrical-coordinate representation of color #DB245D: hue angle of 341.31º 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 #DB245D is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 93 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.14 |
| HSL | 341.31º | 0.72% | 0.5% | - |
| HSV(B) | 341.31º | 0.84% | 0.86% | - |
| XYZ | 31.82 | 17.11 | 11.98 | - |
| YUV | 97.22 | 125.63 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 93 | 0 | 0.84 | 0.58 | 0.14 | 341.31 | 0.72 | 0.5 |
| Hex | DB | 24 | 5D | 0 | 54 | 3A | E | 155 | 48 | 32 |
| Octal | 333 | 44 | 135 | 0 | 124 | 72 | 16 | 525 | 110 | 62 |
| Binary | 11011011 | 100100 | 1011101 | 0 | 1010100 | 111010 | 1110 | 101010101 | 1001000 | 110010 |
Color Harmonies of #DB245D
Complementary color
Monochromatic Colors of #DB245D
Black with #DB245D
Text Example
Text Example
White with #DB245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB245D; }
p { color: rgb(219,36,93); }
H1.HeaderClassName
{
color: #DB245D;
}
.AnyTagClassName
{
color: #DB245D;
}
</style>
background-color css
<style>
a { background-color: #DB245D; }
a { background-color: rgb(219,36,93); }
div.DivClassName
{
background-color: #DB245D;
}
.BgClassName
{
background-color: #DB245D;
}
</style>
border-color css
<style>
span { border-color: #DB245D; }
span { border-color: rgb(219,36,93); }
td.TdClassName
{
border-color: #DB245D;
}
.TagClassName
{
border-color: #DB245D;
}
</style>