Shades of Charm #D36F8D
Tints of Charm #D36F8D
RGB
CMYK
RGB Variations
Color information
#D36F8D (or 0xD36F8D) is known color: Charm. HEX triplet: D3, 6F and 8D. RGB value is (211,111,141). Sum of RGB (Red+Green+Blue) = 211+111+141=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 211 - color contains mainly: red. Hex color #D36F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36F8D is #2C9072. Grayscale: #909090. Windows color (decimal): -2920563 or 9269203. OLE color: 9269203.
HSL color Cylindrical-coordinate representation of color #D36F8D: hue angle of 342º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D36F8D is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 111 | 141 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.17 |
| HSL | 342º | 0.53% | 0.63% | - |
| HSV(B) | 342º | 0.47% | 0.83% | - |
| XYZ | 37.36 | 27.14 | 28.47 | - |
| YUV | 144.32 | 126.13 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 111 | 141 | 0 | 0.47 | 0.33 | 0.17 | 342 | 0.53 | 0.63 |
| Hex | D3 | 6F | 8D | 0 | 2F | 21 | 11 | 156 | 35 | 3F |
| Octal | 323 | 157 | 215 | 0 | 57 | 41 | 21 | 526 | 65 | 77 |
| Binary | 11010011 | 1101111 | 10001101 | 0 | 101111 | 100001 | 10001 | 101010110 | 110101 | 111111 |
Color Harmonies of #D36F8D
Complementary color
Monochromatic Colors of #D36F8D
Black with #D36F8D
Text Example
Text Example
White with #D36F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36F8D; }
p { color: rgb(211,111,141); }
H1.HeaderClassName
{
color: #D36F8D;
}
.AnyTagClassName
{
color: #D36F8D;
}
</style>
background-color css
<style>
a { background-color: #D36F8D; }
a { background-color: rgb(211,111,141); }
div.DivClassName
{
background-color: #D36F8D;
}
.BgClassName
{
background-color: #D36F8D;
}
</style>
border-color css
<style>
span { border-color: #D36F8D; }
span { border-color: rgb(211,111,141); }
td.TdClassName
{
border-color: #D36F8D;
}
.TagClassName
{
border-color: #D36F8D;
}
</style>