Shades of Cerise #DB225F
Tints of Cerise #DB225F
RGB
CMYK
RGB Variations
Color information
#DB225F (or 0xDB225F) is known color: Cerise. HEX triplet: DB, 22 and 5F. RGB value is (219,34,95). Sum of RGB (Red+Green+Blue) = 219+34+95=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB225F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB225F is #24DDA0. Grayscale: #606060. Windows color (decimal): -2416033 or 6234843. OLE color: 6234843.
HSL color Cylindrical-coordinate representation of color #DB225F: hue angle of 340.22º 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 #DB225F is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 95 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.14 |
| HSL | 340.22º | 0.73% | 0.5% | - |
| HSV(B) | 340.22º | 0.84% | 0.86% | - |
| XYZ | 31.85 | 17.03 | 12.43 | - |
| YUV | 96.27 | 127.29 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 95 | 0 | 0.84 | 0.57 | 0.14 | 340.22 | 0.73 | 0.5 |
| Hex | DB | 22 | 5F | 0 | 54 | 39 | E | 154 | 49 | 32 |
| Octal | 333 | 42 | 137 | 0 | 124 | 71 | 16 | 524 | 111 | 62 |
| Binary | 11011011 | 100010 | 1011111 | 0 | 1010100 | 111001 | 1110 | 101010100 | 1001001 | 110010 |
Color Harmonies of #DB225F
Complementary color
Monochromatic Colors of #DB225F
Black with #DB225F
Text Example
Text Example
White with #DB225F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB225F; }
p { color: rgb(219,34,95); }
H1.HeaderClassName
{
color: #DB225F;
}
.AnyTagClassName
{
color: #DB225F;
}
</style>
background-color css
<style>
a { background-color: #DB225F; }
a { background-color: rgb(219,34,95); }
div.DivClassName
{
background-color: #DB225F;
}
.BgClassName
{
background-color: #DB225F;
}
</style>
border-color css
<style>
span { border-color: #DB225F; }
span { border-color: rgb(219,34,95); }
td.TdClassName
{
border-color: #DB225F;
}
.TagClassName
{
border-color: #DB225F;
}
</style>