Shades of Cerise #DB225D
Tints of Cerise #DB225D
RGB
CMYK
RGB Variations
Color information
#DB225D (or 0xDB225D) is known color: Cerise. HEX triplet: DB, 22 and 5D. RGB value is (219,34,93). Sum of RGB (Red+Green+Blue) = 219+34+93=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB225D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB225D is #24DDA2. Grayscale: #5F5F5F. Windows color (decimal): -2416035 or 6103771. OLE color: 6103771.
HSL color Cylindrical-coordinate representation of color #DB225D: hue angle of 340.86º 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 #DB225D is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 93 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.14 |
| HSL | 340.86º | 0.73% | 0.5% | - |
| HSV(B) | 340.86º | 0.84% | 0.86% | - |
| XYZ | 31.76 | 16.99 | 11.96 | - |
| YUV | 96.04 | 126.29 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 93 | 0 | 0.84 | 0.58 | 0.14 | 340.86 | 0.73 | 0.5 |
| Hex | DB | 22 | 5D | 0 | 54 | 3A | E | 155 | 49 | 32 |
| Octal | 333 | 42 | 135 | 0 | 124 | 72 | 16 | 525 | 111 | 62 |
| Binary | 11011011 | 100010 | 1011101 | 0 | 1010100 | 111010 | 1110 | 101010101 | 1001001 | 110010 |
Color Harmonies of #DB225D
Complementary color
Monochromatic Colors of #DB225D
Black with #DB225D
Text Example
Text Example
White with #DB225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB225D; }
p { color: rgb(219,34,93); }
H1.HeaderClassName
{
color: #DB225D;
}
.AnyTagClassName
{
color: #DB225D;
}
</style>
background-color css
<style>
a { background-color: #DB225D; }
a { background-color: rgb(219,34,93); }
div.DivClassName
{
background-color: #DB225D;
}
.BgClassName
{
background-color: #DB225D;
}
</style>
border-color css
<style>
span { border-color: #DB225D; }
span { border-color: rgb(219,34,93); }
td.TdClassName
{
border-color: #DB225D;
}
.TagClassName
{
border-color: #DB225D;
}
</style>