Shades of Charm #DB7A8B
Tints of Charm #DB7A8B
RGB
CMYK
RGB Variations
Color information
#DB7A8B (or 0xDB7A8B) is known color: Charm. HEX triplet: DB, 7A and 8B. RGB value is (219,122,139). Sum of RGB (Red+Green+Blue) = 219+122+139=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7A8B is #248574. Grayscale: #989898. Windows color (decimal): -2393461 or 9140955. OLE color: 9140955.
HSL color Cylindrical-coordinate representation of color #DB7A8B: hue angle of 349.48º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7A8B is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 139 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.14 |
| HSL | 349.48º | 0.57% | 0.67% | - |
| HSV(B) | 349.48º | 0.44% | 0.86% | - |
| XYZ | 40.83 | 30.84 | 28.23 | - |
| YUV | 152.94 | 120.14 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 139 | 0 | 0.44 | 0.37 | 0.14 | 349.48 | 0.57 | 0.67 |
| Hex | DB | 7A | 8B | 0 | 2C | 25 | E | 15D | 39 | 43 |
| Octal | 333 | 172 | 213 | 0 | 54 | 45 | 16 | 535 | 71 | 103 |
| Binary | 11011011 | 1111010 | 10001011 | 0 | 101100 | 100101 | 1110 | 101011101 | 111001 | 1000011 |
Color Harmonies of #DB7A8B
Complementary color
Monochromatic Colors of #DB7A8B
Black with #DB7A8B
Text Example
Text Example
White with #DB7A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7A8B; }
p { color: rgb(219,122,139); }
H1.HeaderClassName
{
color: #DB7A8B;
}
.AnyTagClassName
{
color: #DB7A8B;
}
</style>
background-color css
<style>
a { background-color: #DB7A8B; }
a { background-color: rgb(219,122,139); }
div.DivClassName
{
background-color: #DB7A8B;
}
.BgClassName
{
background-color: #DB7A8B;
}
</style>
border-color css
<style>
span { border-color: #DB7A8B; }
span { border-color: rgb(219,122,139); }
td.TdClassName
{
border-color: #DB7A8B;
}
.TagClassName
{
border-color: #DB7A8B;
}
</style>