Shades of Deep Cerise #DB277C
Tints of Deep Cerise #DB277C
RGB
CMYK
RGB Variations
Color information
#DB277C (or 0xDB277C) is known color: Deep Cerise. HEX triplet: DB, 27 and 7C. RGB value is (219,39,124). Sum of RGB (Red+Green+Blue) = 219+39+124=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB277C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB277C is #24D883. Grayscale: #666666. Windows color (decimal): -2414724 or 8136667. OLE color: 8136667.
HSL color Cylindrical-coordinate representation of color #DB277C: hue angle of 331.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 #DB277C is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 124 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.14 |
| HSL | 331.67º | 0.71% | 0.51% | - |
| HSV(B) | 331.67º | 0.82% | 0.86% | - |
| XYZ | 33.58 | 17.97 | 20.77 | - |
| YUV | 102.51 | 140.13 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 124 | 0 | 0.82 | 0.43 | 0.14 | 331.67 | 0.71 | 0.51 |
| Hex | DB | 27 | 7C | 0 | 52 | 2B | E | 14C | 47 | 33 |
| Octal | 333 | 47 | 174 | 0 | 122 | 53 | 16 | 514 | 107 | 63 |
| Binary | 11011011 | 100111 | 1111100 | 0 | 1010010 | 101011 | 1110 | 101001100 | 1000111 | 110011 |
Color Harmonies of #DB277C
Complementary color
Monochromatic Colors of #DB277C
Black with #DB277C
Text Example
Text Example
White with #DB277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB277C; }
p { color: rgb(219,39,124); }
H1.HeaderClassName
{
color: #DB277C;
}
.AnyTagClassName
{
color: #DB277C;
}
</style>
background-color css
<style>
a { background-color: #DB277C; }
a { background-color: rgb(219,39,124); }
div.DivClassName
{
background-color: #DB277C;
}
.BgClassName
{
background-color: #DB277C;
}
</style>
border-color css
<style>
span { border-color: #DB277C; }
span { border-color: rgb(219,39,124); }
td.TdClassName
{
border-color: #DB277C;
}
.TagClassName
{
border-color: #DB277C;
}
</style>