Shades of Deep Cerise #DB228B
Tints of Deep Cerise #DB228B
RGB
CMYK
RGB Variations
Color information
#DB228B (or 0xDB228B) is known color: Deep Cerise. HEX triplet: DB, 22 and 8B. RGB value is (219,34,139). Sum of RGB (Red+Green+Blue) = 219+34+139=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 34 (13.67% from 255 or 8.67% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB228B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB228B is #24DD74. Grayscale: #656565. Windows color (decimal): -2415989 or 9118427. OLE color: 9118427.
HSL color Cylindrical-coordinate representation of color #DB228B: hue angle of 325.95º 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 #DB228B is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 139 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.14 |
| HSL | 325.95º | 0.73% | 0.5% | - |
| HSV(B) | 325.95º | 0.84% | 0.86% | - |
| XYZ | 34.45 | 18.07 | 26.1 | - |
| YUV | 101.29 | 149.29 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 139 | 0 | 0.84 | 0.37 | 0.14 | 325.95 | 0.73 | 0.5 |
| Hex | DB | 22 | 8B | 0 | 54 | 25 | E | 146 | 49 | 32 |
| Octal | 333 | 42 | 213 | 0 | 124 | 45 | 16 | 506 | 111 | 62 |
| Binary | 11011011 | 100010 | 10001011 | 0 | 1010100 | 100101 | 1110 | 101000110 | 1001001 | 110010 |
Color Harmonies of #DB228B
Complementary color
Monochromatic Colors of #DB228B
Black with #DB228B
Text Example
Text Example
White with #DB228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB228B; }
p { color: rgb(219,34,139); }
H1.HeaderClassName
{
color: #DB228B;
}
.AnyTagClassName
{
color: #DB228B;
}
</style>
background-color css
<style>
a { background-color: #DB228B; }
a { background-color: rgb(219,34,139); }
div.DivClassName
{
background-color: #DB228B;
}
.BgClassName
{
background-color: #DB228B;
}
</style>
border-color css
<style>
span { border-color: #DB228B; }
span { border-color: rgb(219,34,139); }
td.TdClassName
{
border-color: #DB228B;
}
.TagClassName
{
border-color: #DB228B;
}
</style>