Shades of Deep Cerise #DB277B
Tints of Deep Cerise #DB277B
RGB
CMYK
RGB Variations
Color information
#DB277B (or 0xDB277B) is known color: Deep Cerise. HEX triplet: DB, 27 and 7B. RGB value is (219,39,123). Sum of RGB (Red+Green+Blue) = 219+39+123=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB277B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB277B is #24D884. Grayscale: #666666. Windows color (decimal): -2414725 or 8071131. OLE color: 8071131.
HSL color Cylindrical-coordinate representation of color #DB277B: hue angle of 332º 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 #DB277B is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 123 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.14 |
| HSL | 332º | 0.71% | 0.51% | - |
| HSV(B) | 332º | 0.82% | 0.86% | - |
| XYZ | 33.51 | 17.94 | 20.44 | - |
| YUV | 102.4 | 139.63 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 123 | 0 | 0.82 | 0.44 | 0.14 | 332 | 0.71 | 0.51 |
| Hex | DB | 27 | 7B | 0 | 52 | 2C | E | 14C | 47 | 33 |
| Octal | 333 | 47 | 173 | 0 | 122 | 54 | 16 | 514 | 107 | 63 |
| Binary | 11011011 | 100111 | 1111011 | 0 | 1010010 | 101100 | 1110 | 101001100 | 1000111 | 110011 |
Color Harmonies of #DB277B
Complementary color
Monochromatic Colors of #DB277B
Black with #DB277B
Text Example
Text Example
White with #DB277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB277B; }
p { color: rgb(219,39,123); }
H1.HeaderClassName
{
color: #DB277B;
}
.AnyTagClassName
{
color: #DB277B;
}
</style>
background-color css
<style>
a { background-color: #DB277B; }
a { background-color: rgb(219,39,123); }
div.DivClassName
{
background-color: #DB277B;
}
.BgClassName
{
background-color: #DB277B;
}
</style>
border-color css
<style>
span { border-color: #DB277B; }
span { border-color: rgb(219,39,123); }
td.TdClassName
{
border-color: #DB277B;
}
.TagClassName
{
border-color: #DB277B;
}
</style>