Shades of Charm #DB7C8A
Tints of Charm #DB7C8A
RGB
CMYK
RGB Variations
Color information
#DB7C8A (or 0xDB7C8A) is known color: Charm. HEX triplet: DB, 7C and 8A. RGB value is (219,124,138). Sum of RGB (Red+Green+Blue) = 219+124+138=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7C8A is #248375. Grayscale: #9A9A9A. Windows color (decimal): -2392950 or 9075931. OLE color: 9075931.
HSL color Cylindrical-coordinate representation of color #DB7C8A: hue angle of 351.16º 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 #DB7C8A is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 138 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.14 |
| HSL | 351.16º | 0.57% | 0.67% | - |
| HSV(B) | 351.16º | 0.43% | 0.86% | - |
| XYZ | 41.01 | 31.31 | 27.93 | - |
| YUV | 154 | 118.97 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 138 | 0 | 0.43 | 0.37 | 0.14 | 351.16 | 0.57 | 0.67 |
| Hex | DB | 7C | 8A | 0 | 2B | 25 | E | 15F | 39 | 43 |
| Octal | 333 | 174 | 212 | 0 | 53 | 45 | 16 | 537 | 71 | 103 |
| Binary | 11011011 | 1111100 | 10001010 | 0 | 101011 | 100101 | 1110 | 101011111 | 111001 | 1000011 |
Color Harmonies of #DB7C8A
Complementary color
Monochromatic Colors of #DB7C8A
Black with #DB7C8A
Text Example
Text Example
White with #DB7C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C8A; }
p { color: rgb(219,124,138); }
H1.HeaderClassName
{
color: #DB7C8A;
}
.AnyTagClassName
{
color: #DB7C8A;
}
</style>
background-color css
<style>
a { background-color: #DB7C8A; }
a { background-color: rgb(219,124,138); }
div.DivClassName
{
background-color: #DB7C8A;
}
.BgClassName
{
background-color: #DB7C8A;
}
</style>
border-color css
<style>
span { border-color: #DB7C8A; }
span { border-color: rgb(219,124,138); }
td.TdClassName
{
border-color: #DB7C8A;
}
.TagClassName
{
border-color: #DB7C8A;
}
</style>