Shades of Charm #D36881
Tints of Charm #D36881
RGB
CMYK
RGB Variations
Color information
#D36881 (or 0xD36881) is known color: Charm. HEX triplet: D3, 68 and 81. RGB value is (211,104,129). Sum of RGB (Red+Green+Blue) = 211+104+129=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D36881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36881 is #2C977E. Grayscale: #8A8A8A. Windows color (decimal): -2922367 or 8480979. OLE color: 8480979.
HSL color Cylindrical-coordinate representation of color #D36881: hue angle of 345.98º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D36881 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 104 | 129 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.17 |
| HSL | 345.98º | 0.55% | 0.62% | - |
| HSV(B) | 345.98º | 0.51% | 0.83% | - |
| XYZ | 35.78 | 25.33 | 23.77 | - |
| YUV | 138.84 | 122.45 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 104 | 129 | 0 | 0.51 | 0.39 | 0.17 | 345.98 | 0.55 | 0.62 |
| Hex | D3 | 68 | 81 | 0 | 33 | 27 | 11 | 15A | 37 | 3E |
| Octal | 323 | 150 | 201 | 0 | 63 | 47 | 21 | 532 | 67 | 76 |
| Binary | 11010011 | 1101000 | 10000001 | 0 | 110011 | 100111 | 10001 | 101011010 | 110111 | 111110 |
Color Harmonies of #D36881
Complementary color
Monochromatic Colors of #D36881
Black with #D36881
Text Example
Text Example
White with #D36881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36881; }
p { color: rgb(211,104,129); }
H1.HeaderClassName
{
color: #D36881;
}
.AnyTagClassName
{
color: #D36881;
}
</style>
background-color css
<style>
a { background-color: #D36881; }
a { background-color: rgb(211,104,129); }
div.DivClassName
{
background-color: #D36881;
}
.BgClassName
{
background-color: #D36881;
}
</style>
border-color css
<style>
span { border-color: #D36881; }
span { border-color: rgb(211,104,129); }
td.TdClassName
{
border-color: #D36881;
}
.TagClassName
{
border-color: #D36881;
}
</style>