Shades of Charm #D36B82
Tints of Charm #D36B82
RGB
CMYK
RGB Variations
Color information
#D36B82 (or 0xD36B82) is known color: Charm. HEX triplet: D3, 6B and 82. RGB value is (211,107,130). Sum of RGB (Red+Green+Blue) = 211+107+130=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D36B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36B82 is #2C947D. Grayscale: #8C8C8C. Windows color (decimal): -2921598 or 8547283. OLE color: 8547283.
HSL color Cylindrical-coordinate representation of color #D36B82: hue angle of 346.73º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D36B82 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 107 | 130 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.17 |
| HSL | 346.73º | 0.54% | 0.62% | - |
| HSV(B) | 346.73º | 0.49% | 0.83% | - |
| XYZ | 36.15 | 25.98 | 24.23 | - |
| YUV | 140.72 | 121.96 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 107 | 130 | 0 | 0.49 | 0.38 | 0.17 | 346.73 | 0.54 | 0.62 |
| Hex | D3 | 6B | 82 | 0 | 31 | 26 | 11 | 15B | 36 | 3E |
| Octal | 323 | 153 | 202 | 0 | 61 | 46 | 21 | 533 | 66 | 76 |
| Binary | 11010011 | 1101011 | 10000010 | 0 | 110001 | 100110 | 10001 | 101011011 | 110110 | 111110 |
Color Harmonies of #D36B82
Complementary color
Monochromatic Colors of #D36B82
Black with #D36B82
Text Example
Text Example
White with #D36B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36B82; }
p { color: rgb(211,107,130); }
H1.HeaderClassName
{
color: #D36B82;
}
.AnyTagClassName
{
color: #D36B82;
}
</style>
background-color css
<style>
a { background-color: #D36B82; }
a { background-color: rgb(211,107,130); }
div.DivClassName
{
background-color: #D36B82;
}
.BgClassName
{
background-color: #D36B82;
}
</style>
border-color css
<style>
span { border-color: #D36B82; }
span { border-color: rgb(211,107,130); }
td.TdClassName
{
border-color: #D36B82;
}
.TagClassName
{
border-color: #D36B82;
}
</style>