Shades of Cerise #DB255C
Tints of Cerise #DB255C
RGB
CMYK
RGB Variations
Color information
#DB255C (or 0xDB255C) is known color: Cerise. HEX triplet: DB, 25 and 5C. RGB value is (219,37,92). Sum of RGB (Red+Green+Blue) = 219+37+92=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB255C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB255C is #24DAA3. Grayscale: #616161. Windows color (decimal): -2415268 or 6039003. OLE color: 6039003.
HSL color Cylindrical-coordinate representation of color #DB255C: hue angle of 341.87º 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 #DB255C is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 92 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.14 |
| HSL | 341.87º | 0.72% | 0.5% | - |
| HSV(B) | 341.87º | 0.83% | 0.86% | - |
| XYZ | 31.81 | 17.16 | 11.76 | - |
| YUV | 97.69 | 124.8 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 92 | 0 | 0.83 | 0.58 | 0.14 | 341.87 | 0.72 | 0.5 |
| Hex | DB | 25 | 5C | 0 | 53 | 3A | E | 156 | 48 | 32 |
| Octal | 333 | 45 | 134 | 0 | 123 | 72 | 16 | 526 | 110 | 62 |
| Binary | 11011011 | 100101 | 1011100 | 0 | 1010011 | 111010 | 1110 | 101010110 | 1001000 | 110010 |
Color Harmonies of #DB255C
Complementary color
Monochromatic Colors of #DB255C
Black with #DB255C
Text Example
Text Example
White with #DB255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB255C; }
p { color: rgb(219,37,92); }
H1.HeaderClassName
{
color: #DB255C;
}
.AnyTagClassName
{
color: #DB255C;
}
</style>
background-color css
<style>
a { background-color: #DB255C; }
a { background-color: rgb(219,37,92); }
div.DivClassName
{
background-color: #DB255C;
}
.BgClassName
{
background-color: #DB255C;
}
</style>
border-color css
<style>
span { border-color: #DB255C; }
span { border-color: rgb(219,37,92); }
td.TdClassName
{
border-color: #DB255C;
}
.TagClassName
{
border-color: #DB255C;
}
</style>