Shades of Charm #D16883
Tints of Charm #D16883
RGB
CMYK
RGB Variations
Color information
#D16883 (or 0xD16883) is known color: Charm. HEX triplet: D1, 68 and 83. RGB value is (209,104,131). Sum of RGB (Red+Green+Blue) = 209+104+131=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D16883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16883 is #2E977C. Grayscale: #8A8A8A. Windows color (decimal): -3053437 or 8612049. OLE color: 8612049.
HSL color Cylindrical-coordinate representation of color #D16883: hue angle of 344.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16883 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 131 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.18 |
| HSL | 344.57º | 0.53% | 0.61% | - |
| HSV(B) | 344.57º | 0.5% | 0.82% | - |
| XYZ | 35.34 | 25.09 | 24.45 | - |
| YUV | 138.47 | 123.79 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 131 | 0 | 0.50 | 0.37 | 0.18 | 344.57 | 0.53 | 0.61 |
| Hex | D1 | 68 | 83 | 0 | 32 | 25 | 12 | 159 | 35 | 3D |
| Octal | 321 | 150 | 203 | 0 | 62 | 45 | 22 | 531 | 65 | 75 |
| Binary | 11010001 | 1101000 | 10000011 | 0 | 110010 | 100101 | 10010 | 101011001 | 110101 | 111101 |
Color Harmonies of #D16883
Complementary color
Monochromatic Colors of #D16883
Black with #D16883
Text Example
Text Example
White with #D16883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16883; }
p { color: rgb(209,104,131); }
H1.HeaderClassName
{
color: #D16883;
}
.AnyTagClassName
{
color: #D16883;
}
</style>
background-color css
<style>
a { background-color: #D16883; }
a { background-color: rgb(209,104,131); }
div.DivClassName
{
background-color: #D16883;
}
.BgClassName
{
background-color: #D16883;
}
</style>
border-color css
<style>
span { border-color: #D16883; }
span { border-color: rgb(209,104,131); }
td.TdClassName
{
border-color: #D16883;
}
.TagClassName
{
border-color: #D16883;
}
</style>