Shades of Deep Cerise #DB279E
Tints of Deep Cerise #DB279E
RGB
CMYK
RGB Variations
Color information
#DB279E (or 0xDB279E) is known color: Deep Cerise. HEX triplet: DB, 27 and 9E. RGB value is (219,39,158). Sum of RGB (Red+Green+Blue) = 219+39+158=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB279E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB279E is #24D861. Grayscale: #6A6A6A. Windows color (decimal): -2414690 or 10364891. OLE color: 10364891.
HSL color Cylindrical-coordinate representation of color #DB279E: hue angle of 320.33º 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 #DB279E is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 158 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.14 |
| HSL | 320.33º | 0.71% | 0.51% | - |
| HSV(B) | 320.33º | 0.82% | 0.86% | - |
| XYZ | 36.11 | 18.98 | 34.11 | - |
| YUV | 106.39 | 157.13 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 158 | 0 | 0.82 | 0.28 | 0.14 | 320.33 | 0.71 | 0.51 |
| Hex | DB | 27 | 9E | 0 | 52 | 1C | E | 140 | 47 | 33 |
| Octal | 333 | 47 | 236 | 0 | 122 | 34 | 16 | 500 | 107 | 63 |
| Binary | 11011011 | 100111 | 10011110 | 0 | 1010010 | 11100 | 1110 | 101000000 | 1000111 | 110011 |
Color Harmonies of #DB279E
Complementary color
Monochromatic Colors of #DB279E
Black with #DB279E
Text Example
Text Example
White with #DB279E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB279E; }
p { color: rgb(219,39,158); }
H1.HeaderClassName
{
color: #DB279E;
}
.AnyTagClassName
{
color: #DB279E;
}
</style>
background-color css
<style>
a { background-color: #DB279E; }
a { background-color: rgb(219,39,158); }
div.DivClassName
{
background-color: #DB279E;
}
.BgClassName
{
background-color: #DB279E;
}
</style>
border-color css
<style>
span { border-color: #DB279E; }
span { border-color: rgb(219,39,158); }
td.TdClassName
{
border-color: #DB279E;
}
.TagClassName
{
border-color: #DB279E;
}
</style>