Shades of Charm #D37386
Tints of Charm #D37386
RGB
CMYK
RGB Variations
Color information
#D37386 (or 0xD37386) is known color: Charm. HEX triplet: D3, 73 and 86. RGB value is (211,115,134). Sum of RGB (Red+Green+Blue) = 211+115+134=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 211 - color contains mainly: red. Hex color #D37386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37386 is #2C8C79. Grayscale: #919191. Windows color (decimal): -2919546 or 8811475. OLE color: 8811475.
HSL color Cylindrical-coordinate representation of color #D37386: hue angle of 348.12º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D37386 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 115 | 134 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.17 |
| HSL | 348.13º | 0.52% | 0.64% | - |
| HSV(B) | 348.13º | 0.45% | 0.83% | - |
| XYZ | 37.3 | 27.83 | 25.96 | - |
| YUV | 145.87 | 121.3 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 115 | 134 | 0 | 0.45 | 0.36 | 0.17 | 348.13 | 0.52 | 0.64 |
| Hex | D3 | 73 | 86 | 0 | 2D | 24 | 11 | 15C | 34 | 40 |
| Octal | 323 | 163 | 206 | 0 | 55 | 44 | 21 | 534 | 64 | 100 |
| Binary | 11010011 | 1110011 | 10000110 | 0 | 101101 | 100100 | 10001 | 101011100 | 110100 | 1000000 |
Color Harmonies of #D37386
Complementary color
Monochromatic Colors of #D37386
Black with #D37386
Text Example
Text Example
White with #D37386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37386; }
p { color: rgb(211,115,134); }
H1.HeaderClassName
{
color: #D37386;
}
.AnyTagClassName
{
color: #D37386;
}
</style>
background-color css
<style>
a { background-color: #D37386; }
a { background-color: rgb(211,115,134); }
div.DivClassName
{
background-color: #D37386;
}
.BgClassName
{
background-color: #D37386;
}
</style>
border-color css
<style>
span { border-color: #D37386; }
span { border-color: rgb(211,115,134); }
td.TdClassName
{
border-color: #D37386;
}
.TagClassName
{
border-color: #D37386;
}
</style>