Shades of Cerise #DB255D
Tints of Cerise #DB255D
RGB
CMYK
RGB Variations
Color information
#DB255D (or 0xDB255D) is known color: Cerise. HEX triplet: DB, 25 and 5D. RGB value is (219,37,93). Sum of RGB (Red+Green+Blue) = 219+37+93=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB255D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB255D is #24DAA2. Grayscale: #616161. Windows color (decimal): -2415267 or 6104539. OLE color: 6104539.
HSL color Cylindrical-coordinate representation of color #DB255D: hue angle of 341.54º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB255D is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 93 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.14 |
| HSL | 341.54º | 0.72% | 0.5% | - |
| HSV(B) | 341.54º | 0.83% | 0.86% | - |
| XYZ | 31.85 | 17.17 | 11.99 | - |
| YUV | 97.8 | 125.3 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 93 | 0 | 0.83 | 0.58 | 0.14 | 341.54 | 0.72 | 0.5 |
| Hex | DB | 25 | 5D | 0 | 53 | 3A | E | 156 | 48 | 32 |
| Octal | 333 | 45 | 135 | 0 | 123 | 72 | 16 | 526 | 110 | 62 |
| Binary | 11011011 | 100101 | 1011101 | 0 | 1010011 | 111010 | 1110 | 101010110 | 1001000 | 110010 |
Color Harmonies of #DB255D
Complementary color
Monochromatic Colors of #DB255D
Black with #DB255D
Text Example
Text Example
White with #DB255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB255D; }
p { color: rgb(219,37,93); }
H1.HeaderClassName
{
color: #DB255D;
}
.AnyTagClassName
{
color: #DB255D;
}
</style>
background-color css
<style>
a { background-color: #DB255D; }
a { background-color: rgb(219,37,93); }
div.DivClassName
{
background-color: #DB255D;
}
.BgClassName
{
background-color: #DB255D;
}
</style>
border-color css
<style>
span { border-color: #DB255D; }
span { border-color: rgb(219,37,93); }
td.TdClassName
{
border-color: #DB255D;
}
.TagClassName
{
border-color: #DB255D;
}
</style>