Shades of Charm #DB7D87
Tints of Charm #DB7D87
RGB
CMYK
RGB Variations
Color information
#DB7D87 (or 0xDB7D87) is known color: Charm. HEX triplet: DB, 7D and 87. RGB value is (219,125,135). Sum of RGB (Red+Green+Blue) = 219+125+135=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7D87 is #248278. Grayscale: #9A9A9A. Windows color (decimal): -2392697 or 8879579. OLE color: 8879579.
HSL color Cylindrical-coordinate representation of color #DB7D87: hue angle of 353.62º 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 #DB7D87 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 135 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.14 |
| HSL | 353.62º | 0.57% | 0.67% | - |
| HSV(B) | 353.62º | 0.43% | 0.86% | - |
| XYZ | 40.92 | 31.48 | 26.84 | - |
| YUV | 154.25 | 117.14 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 135 | 0 | 0.43 | 0.38 | 0.14 | 353.62 | 0.57 | 0.67 |
| Hex | DB | 7D | 87 | 0 | 2B | 26 | E | 162 | 39 | 43 |
| Octal | 333 | 175 | 207 | 0 | 53 | 46 | 16 | 542 | 71 | 103 |
| Binary | 11011011 | 1111101 | 10000111 | 0 | 101011 | 100110 | 1110 | 101100010 | 111001 | 1000011 |
Color Harmonies of #DB7D87
Complementary color
Monochromatic Colors of #DB7D87
Black with #DB7D87
Text Example
Text Example
White with #DB7D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D87; }
p { color: rgb(219,125,135); }
H1.HeaderClassName
{
color: #DB7D87;
}
.AnyTagClassName
{
color: #DB7D87;
}
</style>
background-color css
<style>
a { background-color: #DB7D87; }
a { background-color: rgb(219,125,135); }
div.DivClassName
{
background-color: #DB7D87;
}
.BgClassName
{
background-color: #DB7D87;
}
</style>
border-color css
<style>
span { border-color: #DB7D87; }
span { border-color: rgb(219,125,135); }
td.TdClassName
{
border-color: #DB7D87;
}
.TagClassName
{
border-color: #DB7D87;
}
</style>