Shades of Charm #D37A8E
Tints of Charm #D37A8E
RGB
CMYK
RGB Variations
Color information
#D37A8E (or 0xD37A8E) is known color: Charm. HEX triplet: D3, 7A and 8E. RGB value is (211,122,142). Sum of RGB (Red+Green+Blue) = 211+122+142=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 211 - color contains mainly: red. Hex color #D37A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37A8E is #2C8571. Grayscale: #969696. Windows color (decimal): -2917746 or 9337555. OLE color: 9337555.
HSL color Cylindrical-coordinate representation of color #D37A8E: hue angle of 346.52º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D37A8E is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 122 | 142 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.17 |
| HSL | 346.52º | 0.5% | 0.65% | - |
| HSV(B) | 346.52º | 0.42% | 0.83% | - |
| XYZ | 38.71 | 29.72 | 29.29 | - |
| YUV | 150.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 122 | 142 | 0 | 0.42 | 0.33 | 0.17 | 346.52 | 0.5 | 0.65 |
| Hex | D3 | 7A | 8E | 0 | 2A | 21 | 11 | 15B | 32 | 41 |
| Octal | 323 | 172 | 216 | 0 | 52 | 41 | 21 | 533 | 62 | 101 |
| Binary | 11010011 | 1111010 | 10001110 | 0 | 101010 | 100001 | 10001 | 101011011 | 110010 | 1000001 |
Color Harmonies of #D37A8E
Complementary color
Monochromatic Colors of #D37A8E
Black with #D37A8E
Text Example
Text Example
White with #D37A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37A8E; }
p { color: rgb(211,122,142); }
H1.HeaderClassName
{
color: #D37A8E;
}
.AnyTagClassName
{
color: #D37A8E;
}
</style>
background-color css
<style>
a { background-color: #D37A8E; }
a { background-color: rgb(211,122,142); }
div.DivClassName
{
background-color: #D37A8E;
}
.BgClassName
{
background-color: #D37A8E;
}
</style>
border-color css
<style>
span { border-color: #D37A8E; }
span { border-color: rgb(211,122,142); }
td.TdClassName
{
border-color: #D37A8E;
}
.TagClassName
{
border-color: #D37A8E;
}
</style>