Shades of Charm #DB7C86
Tints of Charm #DB7C86
RGB
CMYK
RGB Variations
Color information
#DB7C86 (or 0xDB7C86) is known color: Charm. HEX triplet: DB, 7C and 86. RGB value is (219,124,134). Sum of RGB (Red+Green+Blue) = 219+124+134=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7C86 is #248379. Grayscale: #999999. Windows color (decimal): -2392954 or 8813787. OLE color: 8813787.
HSL color Cylindrical-coordinate representation of color #DB7C86: hue angle of 353.68º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7C86 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 134 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.14 |
| HSL | 353.68º | 0.57% | 0.67% | - |
| HSV(B) | 353.68º | 0.43% | 0.86% | - |
| XYZ | 40.72 | 31.2 | 26.43 | - |
| YUV | 153.55 | 116.97 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 134 | 0 | 0.43 | 0.39 | 0.14 | 353.68 | 0.57 | 0.67 |
| Hex | DB | 7C | 86 | 0 | 2B | 27 | E | 162 | 39 | 43 |
| Octal | 333 | 174 | 206 | 0 | 53 | 47 | 16 | 542 | 71 | 103 |
| Binary | 11011011 | 1111100 | 10000110 | 0 | 101011 | 100111 | 1110 | 101100010 | 111001 | 1000011 |
Color Harmonies of #DB7C86
Complementary color
Monochromatic Colors of #DB7C86
Black with #DB7C86
Text Example
Text Example
White with #DB7C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C86; }
p { color: rgb(219,124,134); }
H1.HeaderClassName
{
color: #DB7C86;
}
.AnyTagClassName
{
color: #DB7C86;
}
</style>
background-color css
<style>
a { background-color: #DB7C86; }
a { background-color: rgb(219,124,134); }
div.DivClassName
{
background-color: #DB7C86;
}
.BgClassName
{
background-color: #DB7C86;
}
</style>
border-color css
<style>
span { border-color: #DB7C86; }
span { border-color: rgb(219,124,134); }
td.TdClassName
{
border-color: #DB7C86;
}
.TagClassName
{
border-color: #DB7C86;
}
</style>