Shades of Deep Cerise #DB287E
Tints of Deep Cerise #DB287E
RGB
CMYK
RGB Variations
Color information
#DB287E (or 0xDB287E) is known color: Deep Cerise. HEX triplet: DB, 28 and 7E. RGB value is (219,40,126). Sum of RGB (Red+Green+Blue) = 219+40+126=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB287E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB287E is #24D781. Grayscale: #676767. Windows color (decimal): -2414466 or 8267995. OLE color: 8267995.
HSL color Cylindrical-coordinate representation of color #DB287E: hue angle of 331.17º 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 #DB287E is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 126 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.14 |
| HSL | 331.17º | 0.71% | 0.51% | - |
| HSV(B) | 331.17º | 0.82% | 0.86% | - |
| XYZ | 33.74 | 18.08 | 21.45 | - |
| YUV | 103.33 | 140.8 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 126 | 0 | 0.82 | 0.42 | 0.14 | 331.17 | 0.71 | 0.51 |
| Hex | DB | 28 | 7E | 0 | 52 | 2A | E | 14B | 47 | 33 |
| Octal | 333 | 50 | 176 | 0 | 122 | 52 | 16 | 513 | 107 | 63 |
| Binary | 11011011 | 101000 | 1111110 | 0 | 1010010 | 101010 | 1110 | 101001011 | 1000111 | 110011 |
Color Harmonies of #DB287E
Complementary color
Monochromatic Colors of #DB287E
Black with #DB287E
Text Example
Text Example
White with #DB287E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB287E; }
p { color: rgb(219,40,126); }
H1.HeaderClassName
{
color: #DB287E;
}
.AnyTagClassName
{
color: #DB287E;
}
</style>
background-color css
<style>
a { background-color: #DB287E; }
a { background-color: rgb(219,40,126); }
div.DivClassName
{
background-color: #DB287E;
}
.BgClassName
{
background-color: #DB287E;
}
</style>
border-color css
<style>
span { border-color: #DB287E; }
span { border-color: rgb(219,40,126); }
td.TdClassName
{
border-color: #DB287E;
}
.TagClassName
{
border-color: #DB287E;
}
</style>