Shades of Charm #D36883
Tints of Charm #D36883
RGB
CMYK
RGB Variations
Color information
#D36883 (or 0xD36883) is known color: Charm. HEX triplet: D3, 68 and 83. RGB value is (211,104,131). Sum of RGB (Red+Green+Blue) = 211+104+131=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D36883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36883 is #2C977C. Grayscale: #8B8B8B. Windows color (decimal): -2922365 or 8612051. OLE color: 8612051.
HSL color Cylindrical-coordinate representation of color #D36883: hue angle of 344.86º 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 #D36883 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 104 | 131 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.17 |
| HSL | 344.86º | 0.55% | 0.62% | - |
| HSV(B) | 344.86º | 0.51% | 0.83% | - |
| XYZ | 35.91 | 25.39 | 24.48 | - |
| YUV | 139.07 | 123.45 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 104 | 131 | 0 | 0.51 | 0.38 | 0.17 | 344.86 | 0.55 | 0.62 |
| Hex | D3 | 68 | 83 | 0 | 33 | 26 | 11 | 159 | 37 | 3E |
| Octal | 323 | 150 | 203 | 0 | 63 | 46 | 21 | 531 | 67 | 76 |
| Binary | 11010011 | 1101000 | 10000011 | 0 | 110011 | 100110 | 10001 | 101011001 | 110111 | 111110 |
Color Harmonies of #D36883
Complementary color
Monochromatic Colors of #D36883
Black with #D36883
Text Example
Text Example
White with #D36883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36883; }
p { color: rgb(211,104,131); }
H1.HeaderClassName
{
color: #D36883;
}
.AnyTagClassName
{
color: #D36883;
}
</style>
background-color css
<style>
a { background-color: #D36883; }
a { background-color: rgb(211,104,131); }
div.DivClassName
{
background-color: #D36883;
}
.BgClassName
{
background-color: #D36883;
}
</style>
border-color css
<style>
span { border-color: #D36883; }
span { border-color: rgb(211,104,131); }
td.TdClassName
{
border-color: #D36883;
}
.TagClassName
{
border-color: #D36883;
}
</style>