Shades of Deep Cerise #DB289A
Tints of Deep Cerise #DB289A
RGB
CMYK
RGB Variations
Color information
#DB289A (or 0xDB289A) is known color: Deep Cerise. HEX triplet: DB, 28 and 9A. RGB value is (219,40,154). Sum of RGB (Red+Green+Blue) = 219+40+154=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 40 (16.02% from 255 or 9.69% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB289A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB289A is #24D765. Grayscale: #6A6A6A. Windows color (decimal): -2414438 or 10103003. OLE color: 10103003.
HSL color Cylindrical-coordinate representation of color #DB289A: hue angle of 321.79º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB289A is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 154 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.14 |
| HSL | 321.79º | 0.71% | 0.51% | - |
| HSV(B) | 321.79º | 0.82% | 0.86% | - |
| XYZ | 35.8 | 18.91 | 32.33 | - |
| YUV | 106.52 | 154.8 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 154 | 0 | 0.82 | 0.30 | 0.14 | 321.79 | 0.71 | 0.51 |
| Hex | DB | 28 | 9A | 0 | 52 | 1E | E | 142 | 47 | 33 |
| Octal | 333 | 50 | 232 | 0 | 122 | 36 | 16 | 502 | 107 | 63 |
| Binary | 11011011 | 101000 | 10011010 | 0 | 1010010 | 11110 | 1110 | 101000010 | 1000111 | 110011 |
Color Harmonies of #DB289A
Complementary color
Monochromatic Colors of #DB289A
Black with #DB289A
Text Example
Text Example
White with #DB289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB289A; }
p { color: rgb(219,40,154); }
H1.HeaderClassName
{
color: #DB289A;
}
.AnyTagClassName
{
color: #DB289A;
}
</style>
background-color css
<style>
a { background-color: #DB289A; }
a { background-color: rgb(219,40,154); }
div.DivClassName
{
background-color: #DB289A;
}
.BgClassName
{
background-color: #DB289A;
}
</style>
border-color css
<style>
span { border-color: #DB289A; }
span { border-color: rgb(219,40,154); }
td.TdClassName
{
border-color: #DB289A;
}
.TagClassName
{
border-color: #DB289A;
}
</style>