Shades of Deep Cerise #DB228A
Tints of Deep Cerise #DB228A
RGB
CMYK
RGB Variations
Color information
#DB228A (or 0xDB228A) is known color: Deep Cerise. HEX triplet: DB, 22 and 8A. RGB value is (219,34,138). Sum of RGB (Red+Green+Blue) = 219+34+138=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 34 (13.67% from 255 or 8.70% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB228A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB228A is #24DD75. Grayscale: #646464. Windows color (decimal): -2415990 or 9052891. OLE color: 9052891.
HSL color Cylindrical-coordinate representation of color #DB228A: hue angle of 326.27º 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 #DB228A is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 138 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.14 |
| HSL | 326.27º | 0.73% | 0.5% | - |
| HSV(B) | 326.27º | 0.84% | 0.86% | - |
| XYZ | 34.37 | 18.04 | 25.72 | - |
| YUV | 101.17 | 148.79 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 138 | 0 | 0.84 | 0.37 | 0.14 | 326.27 | 0.73 | 0.5 |
| Hex | DB | 22 | 8A | 0 | 54 | 25 | E | 146 | 49 | 32 |
| Octal | 333 | 42 | 212 | 0 | 124 | 45 | 16 | 506 | 111 | 62 |
| Binary | 11011011 | 100010 | 10001010 | 0 | 1010100 | 100101 | 1110 | 101000110 | 1001001 | 110010 |
Color Harmonies of #DB228A
Complementary color
Monochromatic Colors of #DB228A
Black with #DB228A
Text Example
Text Example
White with #DB228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB228A; }
p { color: rgb(219,34,138); }
H1.HeaderClassName
{
color: #DB228A;
}
.AnyTagClassName
{
color: #DB228A;
}
</style>
background-color css
<style>
a { background-color: #DB228A; }
a { background-color: rgb(219,34,138); }
div.DivClassName
{
background-color: #DB228A;
}
.BgClassName
{
background-color: #DB228A;
}
</style>
border-color css
<style>
span { border-color: #DB228A; }
span { border-color: rgb(219,34,138); }
td.TdClassName
{
border-color: #DB228A;
}
.TagClassName
{
border-color: #DB228A;
}
</style>