Shades of Charm #DB7C8B
Tints of Charm #DB7C8B
RGB
CMYK
RGB Variations
Color information
#DB7C8B (or 0xDB7C8B) is known color: Charm. HEX triplet: DB, 7C and 8B. RGB value is (219,124,139). Sum of RGB (Red+Green+Blue) = 219+124+139=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7C8B is #248374. Grayscale: #9A9A9A. Windows color (decimal): -2392949 or 9141467. OLE color: 9141467.
HSL color Cylindrical-coordinate representation of color #DB7C8B: hue angle of 350.53º 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 #DB7C8B is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 139 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.14 |
| HSL | 350.53º | 0.57% | 0.67% | - |
| HSV(B) | 350.53º | 0.43% | 0.86% | - |
| XYZ | 41.08 | 31.34 | 28.31 | - |
| YUV | 154.12 | 119.47 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 139 | 0 | 0.43 | 0.37 | 0.14 | 350.53 | 0.57 | 0.67 |
| Hex | DB | 7C | 8B | 0 | 2B | 25 | E | 15F | 39 | 43 |
| Octal | 333 | 174 | 213 | 0 | 53 | 45 | 16 | 537 | 71 | 103 |
| Binary | 11011011 | 1111100 | 10001011 | 0 | 101011 | 100101 | 1110 | 101011111 | 111001 | 1000011 |
Color Harmonies of #DB7C8B
Complementary color
Monochromatic Colors of #DB7C8B
Black with #DB7C8B
Text Example
Text Example
White with #DB7C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C8B; }
p { color: rgb(219,124,139); }
H1.HeaderClassName
{
color: #DB7C8B;
}
.AnyTagClassName
{
color: #DB7C8B;
}
</style>
background-color css
<style>
a { background-color: #DB7C8B; }
a { background-color: rgb(219,124,139); }
div.DivClassName
{
background-color: #DB7C8B;
}
.BgClassName
{
background-color: #DB7C8B;
}
</style>
border-color css
<style>
span { border-color: #DB7C8B; }
span { border-color: rgb(219,124,139); }
td.TdClassName
{
border-color: #DB7C8B;
}
.TagClassName
{
border-color: #DB7C8B;
}
</style>