Shades of Deep Cerise #DB279C
Tints of Deep Cerise #DB279C
RGB
CMYK
RGB Variations
Color information
#DB279C (or 0xDB279C) is known color: Deep Cerise. HEX triplet: DB, 27 and 9C. RGB value is (219,39,156). Sum of RGB (Red+Green+Blue) = 219+39+156=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 39 (15.62% from 255 or 9.42% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB279C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB279C is #24D863. Grayscale: #696969. Windows color (decimal): -2414692 or 10233819. OLE color: 10233819.
HSL color Cylindrical-coordinate representation of color #DB279C: hue angle of 321º 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 #DB279C is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 156 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.14 |
| HSL | 321º | 0.71% | 0.51% | - |
| HSV(B) | 321º | 0.82% | 0.86% | - |
| XYZ | 35.94 | 18.91 | 33.21 | - |
| YUV | 106.16 | 156.13 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 156 | 0 | 0.82 | 0.29 | 0.14 | 321 | 0.71 | 0.51 |
| Hex | DB | 27 | 9C | 0 | 52 | 1D | E | 141 | 47 | 33 |
| Octal | 333 | 47 | 234 | 0 | 122 | 35 | 16 | 501 | 107 | 63 |
| Binary | 11011011 | 100111 | 10011100 | 0 | 1010010 | 11101 | 1110 | 101000001 | 1000111 | 110011 |
Color Harmonies of #DB279C
Complementary color
Monochromatic Colors of #DB279C
Black with #DB279C
Text Example
Text Example
White with #DB279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB279C; }
p { color: rgb(219,39,156); }
H1.HeaderClassName
{
color: #DB279C;
}
.AnyTagClassName
{
color: #DB279C;
}
</style>
background-color css
<style>
a { background-color: #DB279C; }
a { background-color: rgb(219,39,156); }
div.DivClassName
{
background-color: #DB279C;
}
.BgClassName
{
background-color: #DB279C;
}
</style>
border-color css
<style>
span { border-color: #DB279C; }
span { border-color: rgb(219,39,156); }
td.TdClassName
{
border-color: #DB279C;
}
.TagClassName
{
border-color: #DB279C;
}
</style>