Shades of Charm #DB7C85
Tints of Charm #DB7C85
RGB
CMYK
RGB Variations
Color information
#DB7C85 (or 0xDB7C85) is known color: Charm. HEX triplet: DB, 7C and 85. RGB value is (219,124,133). Sum of RGB (Red+Green+Blue) = 219+124+133=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7C85 is #24837A. Grayscale: #999999. Windows color (decimal): -2392955 or 8748251. OLE color: 8748251.
HSL color Cylindrical-coordinate representation of color #DB7C85: hue angle of 354.32º 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 #DB7C85 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 133 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.14 |
| HSL | 354.32º | 0.57% | 0.67% | - |
| HSV(B) | 354.32º | 0.43% | 0.86% | - |
| XYZ | 40.65 | 31.17 | 26.06 | - |
| YUV | 153.43 | 116.47 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 133 | 0 | 0.43 | 0.39 | 0.14 | 354.32 | 0.57 | 0.67 |
| Hex | DB | 7C | 85 | 0 | 2B | 27 | E | 162 | 39 | 43 |
| Octal | 333 | 174 | 205 | 0 | 53 | 47 | 16 | 542 | 71 | 103 |
| Binary | 11011011 | 1111100 | 10000101 | 0 | 101011 | 100111 | 1110 | 101100010 | 111001 | 1000011 |
Color Harmonies of #DB7C85
Complementary color
Monochromatic Colors of #DB7C85
Black with #DB7C85
Text Example
Text Example
White with #DB7C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C85; }
p { color: rgb(219,124,133); }
H1.HeaderClassName
{
color: #DB7C85;
}
.AnyTagClassName
{
color: #DB7C85;
}
</style>
background-color css
<style>
a { background-color: #DB7C85; }
a { background-color: rgb(219,124,133); }
div.DivClassName
{
background-color: #DB7C85;
}
.BgClassName
{
background-color: #DB7C85;
}
</style>
border-color css
<style>
span { border-color: #DB7C85; }
span { border-color: rgb(219,124,133); }
td.TdClassName
{
border-color: #DB7C85;
}
.TagClassName
{
border-color: #DB7C85;
}
</style>