Shades of Charm #DB7B8D
Tints of Charm #DB7B8D
RGB
CMYK
RGB Variations
Color information
#DB7B8D (or 0xDB7B8D) is known color: Charm. HEX triplet: DB, 7B and 8D. RGB value is (219,123,141). Sum of RGB (Red+Green+Blue) = 219+123+141=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7B8D is #248472. Grayscale: #999999. Windows color (decimal): -2393203 or 9272283. OLE color: 9272283.
HSL color Cylindrical-coordinate representation of color #DB7B8D: hue angle of 348.75º 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 #DB7B8D is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 141 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.14 |
| HSL | 348.75º | 0.57% | 0.67% | - |
| HSV(B) | 348.75º | 0.44% | 0.86% | - |
| XYZ | 41.1 | 31.15 | 29.05 | - |
| YUV | 153.76 | 120.8 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 141 | 0 | 0.44 | 0.36 | 0.14 | 348.75 | 0.57 | 0.67 |
| Hex | DB | 7B | 8D | 0 | 2C | 24 | E | 15D | 39 | 43 |
| Octal | 333 | 173 | 215 | 0 | 54 | 44 | 16 | 535 | 71 | 103 |
| Binary | 11011011 | 1111011 | 10001101 | 0 | 101100 | 100100 | 1110 | 101011101 | 111001 | 1000011 |
Color Harmonies of #DB7B8D
Complementary color
Monochromatic Colors of #DB7B8D
Black with #DB7B8D
Text Example
Text Example
White with #DB7B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7B8D; }
p { color: rgb(219,123,141); }
H1.HeaderClassName
{
color: #DB7B8D;
}
.AnyTagClassName
{
color: #DB7B8D;
}
</style>
background-color css
<style>
a { background-color: #DB7B8D; }
a { background-color: rgb(219,123,141); }
div.DivClassName
{
background-color: #DB7B8D;
}
.BgClassName
{
background-color: #DB7B8D;
}
</style>
border-color css
<style>
span { border-color: #DB7B8D; }
span { border-color: rgb(219,123,141); }
td.TdClassName
{
border-color: #DB7B8D;
}
.TagClassName
{
border-color: #DB7B8D;
}
</style>