Shades of Deep Cerise #DB228C
Tints of Deep Cerise #DB228C
RGB
CMYK
RGB Variations
Color information
#DB228C (or 0xDB228C) is known color: Deep Cerise. HEX triplet: DB, 22 and 8C. RGB value is (219,34,140). Sum of RGB (Red+Green+Blue) = 219+34+140=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB228C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB228C is #24DD73. Grayscale: #656565. Windows color (decimal): -2415988 or 9183963. OLE color: 9183963.
HSL color Cylindrical-coordinate representation of color #DB228C: hue angle of 325.62º 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 #DB228C is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 140 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.14 |
| HSL | 325.62º | 0.73% | 0.5% | - |
| HSV(B) | 325.62º | 0.84% | 0.86% | - |
| XYZ | 34.52 | 18.1 | 26.48 | - |
| YUV | 101.4 | 149.79 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 140 | 0 | 0.84 | 0.36 | 0.14 | 325.62 | 0.73 | 0.5 |
| Hex | DB | 22 | 8C | 0 | 54 | 24 | E | 146 | 49 | 32 |
| Octal | 333 | 42 | 214 | 0 | 124 | 44 | 16 | 506 | 111 | 62 |
| Binary | 11011011 | 100010 | 10001100 | 0 | 1010100 | 100100 | 1110 | 101000110 | 1001001 | 110010 |
Color Harmonies of #DB228C
Complementary color
Monochromatic Colors of #DB228C
Black with #DB228C
Text Example
Text Example
White with #DB228C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB228C; }
p { color: rgb(219,34,140); }
H1.HeaderClassName
{
color: #DB228C;
}
.AnyTagClassName
{
color: #DB228C;
}
</style>
background-color css
<style>
a { background-color: #DB228C; }
a { background-color: rgb(219,34,140); }
div.DivClassName
{
background-color: #DB228C;
}
.BgClassName
{
background-color: #DB228C;
}
</style>
border-color css
<style>
span { border-color: #DB228C; }
span { border-color: rgb(219,34,140); }
td.TdClassName
{
border-color: #DB228C;
}
.TagClassName
{
border-color: #DB228C;
}
</style>