Shades of Charm #D36687
Tints of Charm #D36687
RGB
CMYK
RGB Variations
Color information
#D36687 (or 0xD36687) is known color: Charm. HEX triplet: D3, 66 and 87. RGB value is (211,102,135). Sum of RGB (Red+Green+Blue) = 211+102+135=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D36687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36687 is #2C9978. Grayscale: #8A8A8A. Windows color (decimal): -2922873 or 8873683. OLE color: 8873683.
HSL color Cylindrical-coordinate representation of color #D36687: hue angle of 341.83º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D36687 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 102 | 135 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.17 |
| HSL | 341.83º | 0.55% | 0.61% | - |
| HSV(B) | 341.83º | 0.52% | 0.83% | - |
| XYZ | 35.99 | 25.1 | 25.87 | - |
| YUV | 138.35 | 126.11 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 135 | 0 | 0.52 | 0.36 | 0.17 | 341.83 | 0.55 | 0.61 |
| Hex | D3 | 66 | 87 | 0 | 34 | 24 | 11 | 156 | 37 | 3D |
| Octal | 323 | 146 | 207 | 0 | 64 | 44 | 21 | 526 | 67 | 75 |
| Binary | 11010011 | 1100110 | 10000111 | 0 | 110100 | 100100 | 10001 | 101010110 | 110111 | 111101 |
Color Harmonies of #D36687
Complementary color
Monochromatic Colors of #D36687
Black with #D36687
Text Example
Text Example
White with #D36687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36687; }
p { color: rgb(211,102,135); }
H1.HeaderClassName
{
color: #D36687;
}
.AnyTagClassName
{
color: #D36687;
}
</style>
background-color css
<style>
a { background-color: #D36687; }
a { background-color: rgb(211,102,135); }
div.DivClassName
{
background-color: #D36687;
}
.BgClassName
{
background-color: #D36687;
}
</style>
border-color css
<style>
span { border-color: #D36687; }
span { border-color: rgb(211,102,135); }
td.TdClassName
{
border-color: #D36687;
}
.TagClassName
{
border-color: #D36687;
}
</style>