Shades of Charm #D16581
Tints of Charm #D16581
RGB
CMYK
RGB Variations
Color information
#D16581 (or 0xD16581) is known color: Charm. HEX triplet: D1, 65 and 81. RGB value is (209,101,129). Sum of RGB (Red+Green+Blue) = 209+101+129=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D16581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16581 is #2E9A7E. Grayscale: #888888. Windows color (decimal): -3054207 or 8480209. OLE color: 8480209.
HSL color Cylindrical-coordinate representation of color #D16581: hue angle of 344.44º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D16581 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 129 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.18 |
| HSL | 344.44º | 0.54% | 0.61% | - |
| HSV(B) | 344.44º | 0.52% | 0.82% | - |
| XYZ | 34.91 | 24.45 | 23.65 | - |
| YUV | 136.48 | 123.78 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 129 | 0 | 0.52 | 0.38 | 0.18 | 344.44 | 0.54 | 0.61 |
| Hex | D1 | 65 | 81 | 0 | 34 | 26 | 12 | 158 | 36 | 3D |
| Octal | 321 | 145 | 201 | 0 | 64 | 46 | 22 | 530 | 66 | 75 |
| Binary | 11010001 | 1100101 | 10000001 | 0 | 110100 | 100110 | 10010 | 101011000 | 110110 | 111101 |
Color Harmonies of #D16581
Complementary color
Monochromatic Colors of #D16581
Black with #D16581
Text Example
Text Example
White with #D16581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16581; }
p { color: rgb(209,101,129); }
H1.HeaderClassName
{
color: #D16581;
}
.AnyTagClassName
{
color: #D16581;
}
</style>
background-color css
<style>
a { background-color: #D16581; }
a { background-color: rgb(209,101,129); }
div.DivClassName
{
background-color: #D16581;
}
.BgClassName
{
background-color: #D16581;
}
</style>
border-color css
<style>
span { border-color: #D16581; }
span { border-color: rgb(209,101,129); }
td.TdClassName
{
border-color: #D16581;
}
.TagClassName
{
border-color: #D16581;
}
</style>