Shades of Deep Cerise #DB279D
Tints of Deep Cerise #DB279D
RGB
CMYK
RGB Variations
Color information
#DB279D (or 0xDB279D) is known color: Deep Cerise. HEX triplet: DB, 27 and 9D. RGB value is (219,39,157). Sum of RGB (Red+Green+Blue) = 219+39+157=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 39 (15.62% from 255 or 9.40% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB279D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB279D is #24D862. Grayscale: #696969. Windows color (decimal): -2414691 or 10299355. OLE color: 10299355.
HSL color Cylindrical-coordinate representation of color #DB279D: hue angle of 320.67º 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 #DB279D is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 157 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.14 |
| HSL | 320.67º | 0.71% | 0.51% | - |
| HSV(B) | 320.67º | 0.82% | 0.86% | - |
| XYZ | 36.02 | 18.95 | 33.66 | - |
| YUV | 106.27 | 156.63 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 157 | 0 | 0.82 | 0.28 | 0.14 | 320.67 | 0.71 | 0.51 |
| Hex | DB | 27 | 9D | 0 | 52 | 1C | E | 141 | 47 | 33 |
| Octal | 333 | 47 | 235 | 0 | 122 | 34 | 16 | 501 | 107 | 63 |
| Binary | 11011011 | 100111 | 10011101 | 0 | 1010010 | 11100 | 1110 | 101000001 | 1000111 | 110011 |
Color Harmonies of #DB279D
Complementary color
Monochromatic Colors of #DB279D
Black with #DB279D
Text Example
Text Example
White with #DB279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB279D; }
p { color: rgb(219,39,157); }
H1.HeaderClassName
{
color: #DB279D;
}
.AnyTagClassName
{
color: #DB279D;
}
</style>
background-color css
<style>
a { background-color: #DB279D; }
a { background-color: rgb(219,39,157); }
div.DivClassName
{
background-color: #DB279D;
}
.BgClassName
{
background-color: #DB279D;
}
</style>
border-color css
<style>
span { border-color: #DB279D; }
span { border-color: rgb(219,39,157); }
td.TdClassName
{
border-color: #DB279D;
}
.TagClassName
{
border-color: #DB279D;
}
</style>