Shades of Deep Cerise #DB227D
Tints of Deep Cerise #DB227D
RGB
CMYK
RGB Variations
Color information
#DB227D (or 0xDB227D) is known color: Deep Cerise. HEX triplet: DB, 22 and 7D. RGB value is (219,34,125). Sum of RGB (Red+Green+Blue) = 219+34+125=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB227D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB227D is #24DD82. Grayscale: #636363. Windows color (decimal): -2416003 or 8200923. OLE color: 8200923.
HSL color Cylindrical-coordinate representation of color #DB227D: hue angle of 330.49º 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 #DB227D is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 125 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.14 |
| HSL | 330.49º | 0.73% | 0.5% | - |
| HSV(B) | 330.49º | 0.84% | 0.86% | - |
| XYZ | 33.49 | 17.68 | 21.05 | - |
| YUV | 99.69 | 142.29 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 125 | 0 | 0.84 | 0.43 | 0.14 | 330.49 | 0.73 | 0.5 |
| Hex | DB | 22 | 7D | 0 | 54 | 2B | E | 14A | 49 | 32 |
| Octal | 333 | 42 | 175 | 0 | 124 | 53 | 16 | 512 | 111 | 62 |
| Binary | 11011011 | 100010 | 1111101 | 0 | 1010100 | 101011 | 1110 | 101001010 | 1001001 | 110010 |
Color Harmonies of #DB227D
Complementary color
Monochromatic Colors of #DB227D
Black with #DB227D
Text Example
Text Example
White with #DB227D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB227D; }
p { color: rgb(219,34,125); }
H1.HeaderClassName
{
color: #DB227D;
}
.AnyTagClassName
{
color: #DB227D;
}
</style>
background-color css
<style>
a { background-color: #DB227D; }
a { background-color: rgb(219,34,125); }
div.DivClassName
{
background-color: #DB227D;
}
.BgClassName
{
background-color: #DB227D;
}
</style>
border-color css
<style>
span { border-color: #DB227D; }
span { border-color: rgb(219,34,125); }
td.TdClassName
{
border-color: #DB227D;
}
.TagClassName
{
border-color: #DB227D;
}
</style>