Shades of Deep Cerise #DB227C
Tints of Deep Cerise #DB227C
RGB
CMYK
RGB Variations
Color information
#DB227C (or 0xDB227C) is known color: Deep Cerise. HEX triplet: DB, 22 and 7C. RGB value is (219,34,124). Sum of RGB (Red+Green+Blue) = 219+34+124=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB227C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB227C is #24DD83. Grayscale: #636363. Windows color (decimal): -2416004 or 8135387. OLE color: 8135387.
HSL color Cylindrical-coordinate representation of color #DB227C: hue angle of 330.81º 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 #DB227C is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 124 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.14 |
| HSL | 330.81º | 0.73% | 0.5% | - |
| HSV(B) | 330.81º | 0.84% | 0.86% | - |
| XYZ | 33.42 | 17.66 | 20.72 | - |
| YUV | 99.58 | 141.79 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 124 | 0 | 0.84 | 0.43 | 0.14 | 330.81 | 0.73 | 0.5 |
| Hex | DB | 22 | 7C | 0 | 54 | 2B | E | 14B | 49 | 32 |
| Octal | 333 | 42 | 174 | 0 | 124 | 53 | 16 | 513 | 111 | 62 |
| Binary | 11011011 | 100010 | 1111100 | 0 | 1010100 | 101011 | 1110 | 101001011 | 1001001 | 110010 |
Color Harmonies of #DB227C
Complementary color
Monochromatic Colors of #DB227C
Black with #DB227C
Text Example
Text Example
White with #DB227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB227C; }
p { color: rgb(219,34,124); }
H1.HeaderClassName
{
color: #DB227C;
}
.AnyTagClassName
{
color: #DB227C;
}
</style>
background-color css
<style>
a { background-color: #DB227C; }
a { background-color: rgb(219,34,124); }
div.DivClassName
{
background-color: #DB227C;
}
.BgClassName
{
background-color: #DB227C;
}
</style>
border-color css
<style>
span { border-color: #DB227C; }
span { border-color: rgb(219,34,124); }
td.TdClassName
{
border-color: #DB227C;
}
.TagClassName
{
border-color: #DB227C;
}
</style>