Shades of Deep Cerise #DB287A
Tints of Deep Cerise #DB287A
RGB
CMYK
RGB Variations
Color information
#DB287A (or 0xDB287A) is known color: Deep Cerise. HEX triplet: DB, 28 and 7A. RGB value is (219,40,122). Sum of RGB (Red+Green+Blue) = 219+40+122=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB287A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB287A is #24D785. Grayscale: #666666. Windows color (decimal): -2414470 or 8005851. OLE color: 8005851.
HSL color Cylindrical-coordinate representation of color #DB287A: hue angle of 332.51º 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 #DB287A is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 122 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.14 |
| HSL | 332.51º | 0.71% | 0.51% | - |
| HSV(B) | 332.51º | 0.82% | 0.86% | - |
| XYZ | 33.49 | 17.98 | 20.12 | - |
| YUV | 102.87 | 138.8 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 122 | 0 | 0.82 | 0.44 | 0.14 | 332.51 | 0.71 | 0.51 |
| Hex | DB | 28 | 7A | 0 | 52 | 2C | E | 14D | 47 | 33 |
| Octal | 333 | 50 | 172 | 0 | 122 | 54 | 16 | 515 | 107 | 63 |
| Binary | 11011011 | 101000 | 1111010 | 0 | 1010010 | 101100 | 1110 | 101001101 | 1000111 | 110011 |
Color Harmonies of #DB287A
Complementary color
Monochromatic Colors of #DB287A
Black with #DB287A
Text Example
Text Example
White with #DB287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB287A; }
p { color: rgb(219,40,122); }
H1.HeaderClassName
{
color: #DB287A;
}
.AnyTagClassName
{
color: #DB287A;
}
</style>
background-color css
<style>
a { background-color: #DB287A; }
a { background-color: rgb(219,40,122); }
div.DivClassName
{
background-color: #DB287A;
}
.BgClassName
{
background-color: #DB287A;
}
</style>
border-color css
<style>
span { border-color: #DB287A; }
span { border-color: rgb(219,40,122); }
td.TdClassName
{
border-color: #DB287A;
}
.TagClassName
{
border-color: #DB287A;
}
</style>