Shades of Deep Cerise #DB277F
Tints of Deep Cerise #DB277F
RGB
CMYK
RGB Variations
Color information
#DB277F (or 0xDB277F) is known color: Deep Cerise. HEX triplet: DB, 27 and 7F. RGB value is (219,39,127). Sum of RGB (Red+Green+Blue) = 219+39+127=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB277F is #24D880. Grayscale: #666666. Windows color (decimal): -2414721 or 8333275. OLE color: 8333275.
HSL color Cylindrical-coordinate representation of color #DB277F: hue angle of 330.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 #DB277F is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 127 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.14 |
| HSL | 330.67º | 0.71% | 0.51% | - |
| HSV(B) | 330.67º | 0.82% | 0.86% | - |
| XYZ | 33.77 | 18.04 | 21.78 | - |
| YUV | 102.85 | 141.63 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 127 | 0 | 0.82 | 0.42 | 0.14 | 330.67 | 0.71 | 0.51 |
| Hex | DB | 27 | 7F | 0 | 52 | 2A | E | 14B | 47 | 33 |
| Octal | 333 | 47 | 177 | 0 | 122 | 52 | 16 | 513 | 107 | 63 |
| Binary | 11011011 | 100111 | 1111111 | 0 | 1010010 | 101010 | 1110 | 101001011 | 1000111 | 110011 |
Color Harmonies of #DB277F
Complementary color
Monochromatic Colors of #DB277F
Black with #DB277F
Text Example
Text Example
White with #DB277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB277F; }
p { color: rgb(219,39,127); }
H1.HeaderClassName
{
color: #DB277F;
}
.AnyTagClassName
{
color: #DB277F;
}
</style>
background-color css
<style>
a { background-color: #DB277F; }
a { background-color: rgb(219,39,127); }
div.DivClassName
{
background-color: #DB277F;
}
.BgClassName
{
background-color: #DB277F;
}
</style>
border-color css
<style>
span { border-color: #DB277F; }
span { border-color: rgb(219,39,127); }
td.TdClassName
{
border-color: #DB277F;
}
.TagClassName
{
border-color: #DB277F;
}
</style>