Shades of Deep Cerise #DB287F
Tints of Deep Cerise #DB287F
RGB
CMYK
RGB Variations
Color information
#DB287F (or 0xDB287F) is known color: Deep Cerise. HEX triplet: DB, 28 and 7F. RGB value is (219,40,127). Sum of RGB (Red+Green+Blue) = 219+40+127=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB287F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB287F is #24D780. Grayscale: #676767. Windows color (decimal): -2414465 or 8333531. OLE color: 8333531.
HSL color Cylindrical-coordinate representation of color #DB287F: hue angle of 330.84º 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 #DB287F is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 127 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.14 |
| HSL | 330.84º | 0.71% | 0.51% | - |
| HSV(B) | 330.84º | 0.82% | 0.86% | - |
| XYZ | 33.8 | 18.11 | 21.79 | - |
| YUV | 103.44 | 141.3 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 127 | 0 | 0.82 | 0.42 | 0.14 | 330.84 | 0.71 | 0.51 |
| Hex | DB | 28 | 7F | 0 | 52 | 2A | E | 14B | 47 | 33 |
| Octal | 333 | 50 | 177 | 0 | 122 | 52 | 16 | 513 | 107 | 63 |
| Binary | 11011011 | 101000 | 1111111 | 0 | 1010010 | 101010 | 1110 | 101001011 | 1000111 | 110011 |
Color Harmonies of #DB287F
Complementary color
Monochromatic Colors of #DB287F
Black with #DB287F
Text Example
Text Example
White with #DB287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB287F; }
p { color: rgb(219,40,127); }
H1.HeaderClassName
{
color: #DB287F;
}
.AnyTagClassName
{
color: #DB287F;
}
</style>
background-color css
<style>
a { background-color: #DB287F; }
a { background-color: rgb(219,40,127); }
div.DivClassName
{
background-color: #DB287F;
}
.BgClassName
{
background-color: #DB287F;
}
</style>
border-color css
<style>
span { border-color: #DB287F; }
span { border-color: rgb(219,40,127); }
td.TdClassName
{
border-color: #DB287F;
}
.TagClassName
{
border-color: #DB287F;
}
</style>