Shades of Charm #D16985
Tints of Charm #D16985
RGB
CMYK
RGB Variations
Color information
#D16985 (or 0xD16985) is known color: Charm. HEX triplet: D1, 69 and 85. RGB value is (209,105,133). Sum of RGB (Red+Green+Blue) = 209+105+133=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D16985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16985 is #2E967A. Grayscale: #8B8B8B. Windows color (decimal): -3053179 or 8743377. OLE color: 8743377.
HSL color Cylindrical-coordinate representation of color #D16985: hue angle of 343.85º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16985 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 133 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.18 |
| HSL | 343.85º | 0.53% | 0.62% | - |
| HSV(B) | 343.85º | 0.5% | 0.82% | - |
| XYZ | 35.58 | 25.35 | 25.21 | - |
| YUV | 139.29 | 124.46 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 133 | 0 | 0.50 | 0.36 | 0.18 | 343.85 | 0.53 | 0.62 |
| Hex | D1 | 69 | 85 | 0 | 32 | 24 | 12 | 158 | 35 | 3E |
| Octal | 321 | 151 | 205 | 0 | 62 | 44 | 22 | 530 | 65 | 76 |
| Binary | 11010001 | 1101001 | 10000101 | 0 | 110010 | 100100 | 10010 | 101011000 | 110101 | 111110 |
Color Harmonies of #D16985
Complementary color
Monochromatic Colors of #D16985
Black with #D16985
Text Example
Text Example
White with #D16985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16985; }
p { color: rgb(209,105,133); }
H1.HeaderClassName
{
color: #D16985;
}
.AnyTagClassName
{
color: #D16985;
}
</style>
background-color css
<style>
a { background-color: #D16985; }
a { background-color: rgb(209,105,133); }
div.DivClassName
{
background-color: #D16985;
}
.BgClassName
{
background-color: #D16985;
}
</style>
border-color css
<style>
span { border-color: #D16985; }
span { border-color: rgb(209,105,133); }
td.TdClassName
{
border-color: #D16985;
}
.TagClassName
{
border-color: #D16985;
}
</style>