Shades of Charm #D16781
Tints of Charm #D16781
RGB
CMYK
RGB Variations
Color information
#D16781 (or 0xD16781) is known color: Charm. HEX triplet: D1, 67 and 81. RGB value is (209,103,129). Sum of RGB (Red+Green+Blue) = 209+103+129=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D16781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16781 is #2E987E. Grayscale: #898989. Windows color (decimal): -3053695 or 8480721. OLE color: 8480721.
HSL color Cylindrical-coordinate representation of color #D16781: hue angle of 345.28º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D16781 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 103 | 129 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.18 |
| HSL | 345.28º | 0.54% | 0.61% | - |
| HSV(B) | 345.28º | 0.51% | 0.82% | - |
| XYZ | 35.11 | 24.84 | 23.71 | - |
| YUV | 137.66 | 123.12 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 103 | 129 | 0 | 0.51 | 0.38 | 0.18 | 345.28 | 0.54 | 0.61 |
| Hex | D1 | 67 | 81 | 0 | 33 | 26 | 12 | 159 | 36 | 3D |
| Octal | 321 | 147 | 201 | 0 | 63 | 46 | 22 | 531 | 66 | 75 |
| Binary | 11010001 | 1100111 | 10000001 | 0 | 110011 | 100110 | 10010 | 101011001 | 110110 | 111101 |
Color Harmonies of #D16781
Complementary color
Monochromatic Colors of #D16781
Black with #D16781
Text Example
Text Example
White with #D16781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16781; }
p { color: rgb(209,103,129); }
H1.HeaderClassName
{
color: #D16781;
}
.AnyTagClassName
{
color: #D16781;
}
</style>
background-color css
<style>
a { background-color: #D16781; }
a { background-color: rgb(209,103,129); }
div.DivClassName
{
background-color: #D16781;
}
.BgClassName
{
background-color: #D16781;
}
</style>
border-color css
<style>
span { border-color: #D16781; }
span { border-color: rgb(209,103,129); }
td.TdClassName
{
border-color: #D16781;
}
.TagClassName
{
border-color: #D16781;
}
</style>