Shades of Deep Cerise #DB227A
Tints of Deep Cerise #DB227A
RGB
CMYK
RGB Variations
Color information
#DB227A (or 0xDB227A) is known color: Deep Cerise. HEX triplet: DB, 22 and 7A. RGB value is (219,34,122). Sum of RGB (Red+Green+Blue) = 219+34+122=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB227A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB227A is #24DD85. Grayscale: #636363. Windows color (decimal): -2416006 or 8004315. OLE color: 8004315.
HSL color Cylindrical-coordinate representation of color #DB227A: hue angle of 331.46º 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 #DB227A is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 122 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.14 |
| HSL | 331.46º | 0.73% | 0.5% | - |
| HSV(B) | 331.46º | 0.84% | 0.86% | - |
| XYZ | 33.3 | 17.61 | 20.06 | - |
| YUV | 99.35 | 140.79 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 122 | 0 | 0.84 | 0.44 | 0.14 | 331.46 | 0.73 | 0.5 |
| Hex | DB | 22 | 7A | 0 | 54 | 2C | E | 14B | 49 | 32 |
| Octal | 333 | 42 | 172 | 0 | 124 | 54 | 16 | 513 | 111 | 62 |
| Binary | 11011011 | 100010 | 1111010 | 0 | 1010100 | 101100 | 1110 | 101001011 | 1001001 | 110010 |
Color Harmonies of #DB227A
Complementary color
Monochromatic Colors of #DB227A
Black with #DB227A
Text Example
Text Example
White with #DB227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB227A; }
p { color: rgb(219,34,122); }
H1.HeaderClassName
{
color: #DB227A;
}
.AnyTagClassName
{
color: #DB227A;
}
</style>
background-color css
<style>
a { background-color: #DB227A; }
a { background-color: rgb(219,34,122); }
div.DivClassName
{
background-color: #DB227A;
}
.BgClassName
{
background-color: #DB227A;
}
</style>
border-color css
<style>
span { border-color: #DB227A; }
span { border-color: rgb(219,34,122); }
td.TdClassName
{
border-color: #DB227A;
}
.TagClassName
{
border-color: #DB227A;
}
</style>