Shades of Deep Cerise #DB289D
Tints of Deep Cerise #DB289D
RGB
CMYK
RGB Variations
Color information
#DB289D (or 0xDB289D) is known color: Deep Cerise. HEX triplet: DB, 28 and 9D. RGB value is (219,40,157). Sum of RGB (Red+Green+Blue) = 219+40+157=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 40 (16.02% from 255 or 9.62% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB289D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB289D is #24D762. Grayscale: #6A6A6A. Windows color (decimal): -2414435 or 10299611. OLE color: 10299611.
HSL color Cylindrical-coordinate representation of color #DB289D: hue angle of 320.78º 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 #DB289D is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 157 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.14 |
| HSL | 320.78º | 0.71% | 0.51% | - |
| HSV(B) | 320.78º | 0.82% | 0.86% | - |
| XYZ | 36.06 | 19.01 | 33.67 | - |
| YUV | 106.86 | 156.3 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 157 | 0 | 0.82 | 0.28 | 0.14 | 320.78 | 0.71 | 0.51 |
| Hex | DB | 28 | 9D | 0 | 52 | 1C | E | 141 | 47 | 33 |
| Octal | 333 | 50 | 235 | 0 | 122 | 34 | 16 | 501 | 107 | 63 |
| Binary | 11011011 | 101000 | 10011101 | 0 | 1010010 | 11100 | 1110 | 101000001 | 1000111 | 110011 |
Color Harmonies of #DB289D
Complementary color
Monochromatic Colors of #DB289D
Black with #DB289D
Text Example
Text Example
White with #DB289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB289D; }
p { color: rgb(219,40,157); }
H1.HeaderClassName
{
color: #DB289D;
}
.AnyTagClassName
{
color: #DB289D;
}
</style>
background-color css
<style>
a { background-color: #DB289D; }
a { background-color: rgb(219,40,157); }
div.DivClassName
{
background-color: #DB289D;
}
.BgClassName
{
background-color: #DB289D;
}
</style>
border-color css
<style>
span { border-color: #DB289D; }
span { border-color: rgb(219,40,157); }
td.TdClassName
{
border-color: #DB289D;
}
.TagClassName
{
border-color: #DB289D;
}
</style>