Shades of Charm #D37682
Tints of Charm #D37682
RGB
CMYK
RGB Variations
Color information
#D37682 (or 0xD37682) is known color: Charm. HEX triplet: D3, 76 and 82. RGB value is (211,118,130). Sum of RGB (Red+Green+Blue) = 211+118+130=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D37682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37682 is #2C897D. Grayscale: #939393. Windows color (decimal): -2918782 or 8550099. OLE color: 8550099.
HSL color Cylindrical-coordinate representation of color #D37682: hue angle of 352.26º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D37682 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 118 | 130 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.17 |
| HSL | 352.26º | 0.51% | 0.65% | - |
| HSV(B) | 352.26º | 0.44% | 0.83% | - |
| XYZ | 37.37 | 28.42 | 24.63 | - |
| YUV | 147.18 | 118.31 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 118 | 130 | 0 | 0.44 | 0.38 | 0.17 | 352.26 | 0.51 | 0.65 |
| Hex | D3 | 76 | 82 | 0 | 2C | 26 | 11 | 160 | 33 | 41 |
| Octal | 323 | 166 | 202 | 0 | 54 | 46 | 21 | 540 | 63 | 101 |
| Binary | 11010011 | 1110110 | 10000010 | 0 | 101100 | 100110 | 10001 | 101100000 | 110011 | 1000001 |
Color Harmonies of #D37682
Complementary color
Monochromatic Colors of #D37682
Black with #D37682
Text Example
Text Example
White with #D37682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37682; }
p { color: rgb(211,118,130); }
H1.HeaderClassName
{
color: #D37682;
}
.AnyTagClassName
{
color: #D37682;
}
</style>
background-color css
<style>
a { background-color: #D37682; }
a { background-color: rgb(211,118,130); }
div.DivClassName
{
background-color: #D37682;
}
.BgClassName
{
background-color: #D37682;
}
</style>
border-color css
<style>
span { border-color: #D37682; }
span { border-color: rgb(211,118,130); }
td.TdClassName
{
border-color: #D37682;
}
.TagClassName
{
border-color: #D37682;
}
</style>