Shades of Cerise #DB225C
Tints of Cerise #DB225C
RGB
CMYK
RGB Variations
Color information
#DB225C (or 0xDB225C) is known color: Cerise. HEX triplet: DB, 22 and 5C. RGB value is (219,34,92). Sum of RGB (Red+Green+Blue) = 219+34+92=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB225C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB225C is #24DDA3. Grayscale: #5F5F5F. Windows color (decimal): -2416036 or 6038235. OLE color: 6038235.
HSL color Cylindrical-coordinate representation of color #DB225C: hue angle of 341.19º degrees, saturation: 0.73, 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 #DB225C is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 92 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.14 |
| HSL | 341.19º | 0.73% | 0.5% | - |
| HSV(B) | 341.19º | 0.84% | 0.86% | - |
| XYZ | 31.72 | 16.98 | 11.73 | - |
| YUV | 95.93 | 125.79 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 92 | 0 | 0.84 | 0.58 | 0.14 | 341.19 | 0.73 | 0.5 |
| Hex | DB | 22 | 5C | 0 | 54 | 3A | E | 155 | 49 | 32 |
| Octal | 333 | 42 | 134 | 0 | 124 | 72 | 16 | 525 | 111 | 62 |
| Binary | 11011011 | 100010 | 1011100 | 0 | 1010100 | 111010 | 1110 | 101010101 | 1001001 | 110010 |
Color Harmonies of #DB225C
Complementary color
Monochromatic Colors of #DB225C
Black with #DB225C
Text Example
Text Example
White with #DB225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB225C; }
p { color: rgb(219,34,92); }
H1.HeaderClassName
{
color: #DB225C;
}
.AnyTagClassName
{
color: #DB225C;
}
</style>
background-color css
<style>
a { background-color: #DB225C; }
a { background-color: rgb(219,34,92); }
div.DivClassName
{
background-color: #DB225C;
}
.BgClassName
{
background-color: #DB225C;
}
</style>
border-color css
<style>
span { border-color: #DB225C; }
span { border-color: rgb(219,34,92); }
td.TdClassName
{
border-color: #DB225C;
}
.TagClassName
{
border-color: #DB225C;
}
</style>