Shades of Charm #D37D8B
Tints of Charm #D37D8B
RGB
CMYK
RGB Variations
Color information
#D37D8B (or 0xD37D8B) is known color: Charm. HEX triplet: D3, 7D and 8B. RGB value is (211,125,139). Sum of RGB (Red+Green+Blue) = 211+125+139=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 211 - color contains mainly: red. Hex color #D37D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37D8B is #2C8274. Grayscale: #989898. Windows color (decimal): -2916981 or 9141715. OLE color: 9141715.
HSL color Cylindrical-coordinate representation of color #D37D8B: hue angle of 350.23º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D37D8B is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 125 | 139 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.17 |
| HSL | 350.23º | 0.49% | 0.66% | - |
| HSV(B) | 350.23º | 0.41% | 0.83% | - |
| XYZ | 38.86 | 30.38 | 28.24 | - |
| YUV | 152.31 | 120.49 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 125 | 139 | 0 | 0.41 | 0.34 | 0.17 | 350.23 | 0.49 | 0.66 |
| Hex | D3 | 7D | 8B | 0 | 29 | 22 | 11 | 15E | 31 | 42 |
| Octal | 323 | 175 | 213 | 0 | 51 | 42 | 21 | 536 | 61 | 102 |
| Binary | 11010011 | 1111101 | 10001011 | 0 | 101001 | 100010 | 10001 | 101011110 | 110001 | 1000010 |
Color Harmonies of #D37D8B
Complementary color
Monochromatic Colors of #D37D8B
Black with #D37D8B
Text Example
Text Example
White with #D37D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37D8B; }
p { color: rgb(211,125,139); }
H1.HeaderClassName
{
color: #D37D8B;
}
.AnyTagClassName
{
color: #D37D8B;
}
</style>
background-color css
<style>
a { background-color: #D37D8B; }
a { background-color: rgb(211,125,139); }
div.DivClassName
{
background-color: #D37D8B;
}
.BgClassName
{
background-color: #D37D8B;
}
</style>
border-color css
<style>
span { border-color: #D37D8B; }
span { border-color: rgb(211,125,139); }
td.TdClassName
{
border-color: #D37D8B;
}
.TagClassName
{
border-color: #D37D8B;
}
</style>