Shades of Charm #D37684
Tints of Charm #D37684
RGB
CMYK
RGB Variations
Color information
#D37684 (or 0xD37684) is known color: Charm. HEX triplet: D3, 76 and 84. RGB value is (211,118,132). Sum of RGB (Red+Green+Blue) = 211+118+132=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D37684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37684 is #2C897B. Grayscale: #939393. Windows color (decimal): -2918780 or 8681171. OLE color: 8681171.
HSL color Cylindrical-coordinate representation of color #D37684: hue angle of 350.97º 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 #D37684 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 118 | 132 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.17 |
| HSL | 350.97º | 0.51% | 0.65% | - |
| HSV(B) | 350.97º | 0.44% | 0.83% | - |
| XYZ | 37.51 | 28.47 | 25.35 | - |
| YUV | 147.4 | 119.31 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 118 | 132 | 0 | 0.44 | 0.37 | 0.17 | 350.97 | 0.51 | 0.65 |
| Hex | D3 | 76 | 84 | 0 | 2C | 25 | 11 | 15F | 33 | 41 |
| Octal | 323 | 166 | 204 | 0 | 54 | 45 | 21 | 537 | 63 | 101 |
| Binary | 11010011 | 1110110 | 10000100 | 0 | 101100 | 100101 | 10001 | 101011111 | 110011 | 1000001 |
Color Harmonies of #D37684
Complementary color
Monochromatic Colors of #D37684
Black with #D37684
Text Example
Text Example
White with #D37684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37684; }
p { color: rgb(211,118,132); }
H1.HeaderClassName
{
color: #D37684;
}
.AnyTagClassName
{
color: #D37684;
}
</style>
background-color css
<style>
a { background-color: #D37684; }
a { background-color: rgb(211,118,132); }
div.DivClassName
{
background-color: #D37684;
}
.BgClassName
{
background-color: #D37684;
}
</style>
border-color css
<style>
span { border-color: #D37684; }
span { border-color: rgb(211,118,132); }
td.TdClassName
{
border-color: #D37684;
}
.TagClassName
{
border-color: #D37684;
}
</style>