Shades of Deep Cerise #DB227B
Tints of Deep Cerise #DB227B
RGB
CMYK
RGB Variations
Color information
#DB227B (or 0xDB227B) is known color: Deep Cerise. HEX triplet: DB, 22 and 7B. RGB value is (219,34,123). Sum of RGB (Red+Green+Blue) = 219+34+123=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB227B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB227B is #24DD84. Grayscale: #636363. Windows color (decimal): -2416005 or 8069851. OLE color: 8069851.
HSL color Cylindrical-coordinate representation of color #DB227B: hue angle of 331.14º 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 #DB227B is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 123 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.14 |
| HSL | 331.14º | 0.73% | 0.5% | - |
| HSV(B) | 331.14º | 0.84% | 0.86% | - |
| XYZ | 33.36 | 17.63 | 20.38 | - |
| YUV | 99.46 | 141.29 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 123 | 0 | 0.84 | 0.44 | 0.14 | 331.14 | 0.73 | 0.5 |
| Hex | DB | 22 | 7B | 0 | 54 | 2C | E | 14B | 49 | 32 |
| Octal | 333 | 42 | 173 | 0 | 124 | 54 | 16 | 513 | 111 | 62 |
| Binary | 11011011 | 100010 | 1111011 | 0 | 1010100 | 101100 | 1110 | 101001011 | 1001001 | 110010 |
Color Harmonies of #DB227B
Complementary color
Monochromatic Colors of #DB227B
Black with #DB227B
Text Example
Text Example
White with #DB227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB227B; }
p { color: rgb(219,34,123); }
H1.HeaderClassName
{
color: #DB227B;
}
.AnyTagClassName
{
color: #DB227B;
}
</style>
background-color css
<style>
a { background-color: #DB227B; }
a { background-color: rgb(219,34,123); }
div.DivClassName
{
background-color: #DB227B;
}
.BgClassName
{
background-color: #DB227B;
}
</style>
border-color css
<style>
span { border-color: #DB227B; }
span { border-color: rgb(219,34,123); }
td.TdClassName
{
border-color: #DB227B;
}
.TagClassName
{
border-color: #DB227B;
}
</style>