Shades of Charm #D37E8C
Tints of Charm #D37E8C
RGB
CMYK
RGB Variations
Color information
#D37E8C (or 0xD37E8C) is known color: Charm. HEX triplet: D3, 7E and 8C. RGB value is (211,126,140). Sum of RGB (Red+Green+Blue) = 211+126+140=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D37E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37E8C is #2C8173. Grayscale: #999999. Windows color (decimal): -2916724 or 9207507. OLE color: 9207507.
HSL color Cylindrical-coordinate representation of color #D37E8C: hue angle of 350.12º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D37E8C is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 126 | 140 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.17 |
| HSL | 350.12º | 0.49% | 0.66% | - |
| HSV(B) | 350.12º | 0.4% | 0.83% | - |
| XYZ | 39.06 | 30.66 | 28.67 | - |
| YUV | 153.01 | 120.66 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 126 | 140 | 0 | 0.40 | 0.34 | 0.17 | 350.12 | 0.49 | 0.66 |
| Hex | D3 | 7E | 8C | 0 | 28 | 22 | 11 | 15E | 31 | 42 |
| Octal | 323 | 176 | 214 | 0 | 50 | 42 | 21 | 536 | 61 | 102 |
| Binary | 11010011 | 1111110 | 10001100 | 0 | 101000 | 100010 | 10001 | 101011110 | 110001 | 1000010 |
Color Harmonies of #D37E8C
Complementary color
Monochromatic Colors of #D37E8C
Black with #D37E8C
Text Example
Text Example
White with #D37E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37E8C; }
p { color: rgb(211,126,140); }
H1.HeaderClassName
{
color: #D37E8C;
}
.AnyTagClassName
{
color: #D37E8C;
}
</style>
background-color css
<style>
a { background-color: #D37E8C; }
a { background-color: rgb(211,126,140); }
div.DivClassName
{
background-color: #D37E8C;
}
.BgClassName
{
background-color: #D37E8C;
}
</style>
border-color css
<style>
span { border-color: #D37E8C; }
span { border-color: rgb(211,126,140); }
td.TdClassName
{
border-color: #D37E8C;
}
.TagClassName
{
border-color: #D37E8C;
}
</style>