Shades of Cerise #DB225A
Tints of Cerise #DB225A
RGB
CMYK
RGB Variations
Color information
#DB225A (or 0xDB225A) is known color: Cerise. HEX triplet: DB, 22 and 5A. RGB value is (219,34,90). Sum of RGB (Red+Green+Blue) = 219+34+90=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB225A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB225A is #24DDA5. Grayscale: #5F5F5F. Windows color (decimal): -2416038 or 5907163. OLE color: 5907163.
HSL color Cylindrical-coordinate representation of color #DB225A: hue angle of 341.84º 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 #DB225A is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 90 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.14 |
| HSL | 341.84º | 0.73% | 0.5% | - |
| HSV(B) | 341.84º | 0.84% | 0.86% | - |
| XYZ | 31.63 | 16.94 | 11.28 | - |
| YUV | 95.7 | 124.79 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 90 | 0 | 0.84 | 0.59 | 0.14 | 341.84 | 0.73 | 0.5 |
| Hex | DB | 22 | 5A | 0 | 54 | 3B | E | 156 | 49 | 32 |
| Octal | 333 | 42 | 132 | 0 | 124 | 73 | 16 | 526 | 111 | 62 |
| Binary | 11011011 | 100010 | 1011010 | 0 | 1010100 | 111011 | 1110 | 101010110 | 1001001 | 110010 |
Color Harmonies of #DB225A
Complementary color
Monochromatic Colors of #DB225A
Black with #DB225A
Text Example
Text Example
White with #DB225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB225A; }
p { color: rgb(219,34,90); }
H1.HeaderClassName
{
color: #DB225A;
}
.AnyTagClassName
{
color: #DB225A;
}
</style>
background-color css
<style>
a { background-color: #DB225A; }
a { background-color: rgb(219,34,90); }
div.DivClassName
{
background-color: #DB225A;
}
.BgClassName
{
background-color: #DB225A;
}
</style>
border-color css
<style>
span { border-color: #DB225A; }
span { border-color: rgb(219,34,90); }
td.TdClassName
{
border-color: #DB225A;
}
.TagClassName
{
border-color: #DB225A;
}
</style>