Shades of Charm #D8738B
Tints of Charm #D8738B
RGB
CMYK
RGB Variations
Color information
#D8738B (or 0xD8738B) is known color: Charm. HEX triplet: D8, 73 and 8B. RGB value is (216,115,139). Sum of RGB (Red+Green+Blue) = 216+115+139=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D8738B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8738B is #278C74. Grayscale: #939393. Windows color (decimal): -2591861 or 9139160. OLE color: 9139160.
HSL color Cylindrical-coordinate representation of color #D8738B: hue angle of 345.74º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D8738B is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 115 | 139 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.15 |
| HSL | 345.74º | 0.56% | 0.65% | - |
| HSV(B) | 345.74º | 0.47% | 0.85% | - |
| XYZ | 39.11 | 28.72 | 27.91 | - |
| YUV | 147.94 | 122.96 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 115 | 139 | 0 | 0.47 | 0.36 | 0.15 | 345.74 | 0.56 | 0.65 |
| Hex | D8 | 73 | 8B | 0 | 2F | 24 | F | 15A | 38 | 41 |
| Octal | 330 | 163 | 213 | 0 | 57 | 44 | 17 | 532 | 70 | 101 |
| Binary | 11011000 | 1110011 | 10001011 | 0 | 101111 | 100100 | 1111 | 101011010 | 111000 | 1000001 |
Color Harmonies of #D8738B
Complementary color
Monochromatic Colors of #D8738B
Black with #D8738B
Text Example
Text Example
White with #D8738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8738B; }
p { color: rgb(216,115,139); }
H1.HeaderClassName
{
color: #D8738B;
}
.AnyTagClassName
{
color: #D8738B;
}
</style>
background-color css
<style>
a { background-color: #D8738B; }
a { background-color: rgb(216,115,139); }
div.DivClassName
{
background-color: #D8738B;
}
.BgClassName
{
background-color: #D8738B;
}
</style>
border-color css
<style>
span { border-color: #D8738B; }
span { border-color: rgb(216,115,139); }
td.TdClassName
{
border-color: #D8738B;
}
.TagClassName
{
border-color: #D8738B;
}
</style>