Shades of Charm #DB7D88
Tints of Charm #DB7D88
RGB
CMYK
RGB Variations
Color information
#DB7D88 (or 0xDB7D88) is known color: Charm. HEX triplet: DB, 7D and 88. RGB value is (219,125,136). Sum of RGB (Red+Green+Blue) = 219+125+136=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7D88 is #248277. Grayscale: #9A9A9A. Windows color (decimal): -2392696 or 8945115. OLE color: 8945115.
HSL color Cylindrical-coordinate representation of color #DB7D88: hue angle of 352.98º 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 #DB7D88 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 136 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.14 |
| HSL | 352.98º | 0.57% | 0.67% | - |
| HSV(B) | 352.98º | 0.43% | 0.86% | - |
| XYZ | 40.99 | 31.5 | 27.21 | - |
| YUV | 154.36 | 117.64 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 136 | 0 | 0.43 | 0.38 | 0.14 | 352.98 | 0.57 | 0.67 |
| Hex | DB | 7D | 88 | 0 | 2B | 26 | E | 161 | 39 | 43 |
| Octal | 333 | 175 | 210 | 0 | 53 | 46 | 16 | 541 | 71 | 103 |
| Binary | 11011011 | 1111101 | 10001000 | 0 | 101011 | 100110 | 1110 | 101100001 | 111001 | 1000011 |
Color Harmonies of #DB7D88
Complementary color
Monochromatic Colors of #DB7D88
Black with #DB7D88
Text Example
Text Example
White with #DB7D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D88; }
p { color: rgb(219,125,136); }
H1.HeaderClassName
{
color: #DB7D88;
}
.AnyTagClassName
{
color: #DB7D88;
}
</style>
background-color css
<style>
a { background-color: #DB7D88; }
a { background-color: rgb(219,125,136); }
div.DivClassName
{
background-color: #DB7D88;
}
.BgClassName
{
background-color: #DB7D88;
}
</style>
border-color css
<style>
span { border-color: #DB7D88; }
span { border-color: rgb(219,125,136); }
td.TdClassName
{
border-color: #DB7D88;
}
.TagClassName
{
border-color: #DB7D88;
}
</style>