Shades of Charm #D37692
Tints of Charm #D37692
RGB
CMYK
RGB Variations
Color information
#D37692 (or 0xD37692) is known color: Charm. HEX triplet: D3, 76 and 92. RGB value is (211,118,146). Sum of RGB (Red+Green+Blue) = 211+118+146=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 211 - color contains mainly: red. Hex color #D37692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37692 is #2C896D. Grayscale: #949494. Windows color (decimal): -2918766 or 9598675. OLE color: 9598675.
HSL color Cylindrical-coordinate representation of color #D37692: hue angle of 341.94º 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 #D37692 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 118 | 146 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.17 |
| HSL | 341.94º | 0.51% | 0.65% | - |
| HSV(B) | 341.94º | 0.44% | 0.83% | - |
| XYZ | 38.53 | 28.88 | 30.74 | - |
| YUV | 149 | 126.31 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 118 | 146 | 0 | 0.44 | 0.31 | 0.17 | 341.94 | 0.51 | 0.65 |
| Hex | D3 | 76 | 92 | 0 | 2C | 1F | 11 | 156 | 33 | 41 |
| Octal | 323 | 166 | 222 | 0 | 54 | 37 | 21 | 526 | 63 | 101 |
| Binary | 11010011 | 1110110 | 10010010 | 0 | 101100 | 11111 | 10001 | 101010110 | 110011 | 1000001 |
Color Harmonies of #D37692
Complementary color
Monochromatic Colors of #D37692
Black with #D37692
Text Example
Text Example
White with #D37692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37692; }
p { color: rgb(211,118,146); }
H1.HeaderClassName
{
color: #D37692;
}
.AnyTagClassName
{
color: #D37692;
}
</style>
background-color css
<style>
a { background-color: #D37692; }
a { background-color: rgb(211,118,146); }
div.DivClassName
{
background-color: #D37692;
}
.BgClassName
{
background-color: #D37692;
}
</style>
border-color css
<style>
span { border-color: #D37692; }
span { border-color: rgb(211,118,146); }
td.TdClassName
{
border-color: #D37692;
}
.TagClassName
{
border-color: #D37692;
}
</style>