Shades of Charm #D36482
Tints of Charm #D36482
RGB
CMYK
RGB Variations
Color information
#D36482 (or 0xD36482) is known color: Charm. HEX triplet: D3, 64 and 82. RGB value is (211,100,130). Sum of RGB (Red+Green+Blue) = 211+100+130=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D36482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36482 is #2C9B7D. Grayscale: #888888. Windows color (decimal): -2923390 or 8545491. OLE color: 8545491.
HSL color Cylindrical-coordinate representation of color #D36482: hue angle of 343.78º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D36482 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 100 | 130 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.17 |
| HSL | 343.78º | 0.56% | 0.61% | - |
| HSV(B) | 343.78º | 0.53% | 0.83% | - |
| XYZ | 35.45 | 24.57 | 23.99 | - |
| YUV | 136.61 | 124.27 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 100 | 130 | 0 | 0.53 | 0.38 | 0.17 | 343.78 | 0.56 | 0.61 |
| Hex | D3 | 64 | 82 | 0 | 35 | 26 | 11 | 158 | 38 | 3D |
| Octal | 323 | 144 | 202 | 0 | 65 | 46 | 21 | 530 | 70 | 75 |
| Binary | 11010011 | 1100100 | 10000010 | 0 | 110101 | 100110 | 10001 | 101011000 | 111000 | 111101 |
Color Harmonies of #D36482
Complementary color
Monochromatic Colors of #D36482
Black with #D36482
Text Example
Text Example
White with #D36482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36482; }
p { color: rgb(211,100,130); }
H1.HeaderClassName
{
color: #D36482;
}
.AnyTagClassName
{
color: #D36482;
}
</style>
background-color css
<style>
a { background-color: #D36482; }
a { background-color: rgb(211,100,130); }
div.DivClassName
{
background-color: #D36482;
}
.BgClassName
{
background-color: #D36482;
}
</style>
border-color css
<style>
span { border-color: #D36482; }
span { border-color: rgb(211,100,130); }
td.TdClassName
{
border-color: #D36482;
}
.TagClassName
{
border-color: #D36482;
}
</style>