Shades of Charm #D16683
Tints of Charm #D16683
RGB
CMYK
RGB Variations
Color information
#D16683 (or 0xD16683) is known color: Charm. HEX triplet: D1, 66 and 83. RGB value is (209,102,131). Sum of RGB (Red+Green+Blue) = 209+102+131=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 131 (51.56% from 255 or 29.64% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D16683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16683 is #2E997C. Grayscale: #898989. Windows color (decimal): -3053949 or 8611537. OLE color: 8611537.
HSL color Cylindrical-coordinate representation of color #D16683: hue angle of 343.74º 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 #D16683 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 131 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.18 |
| HSL | 343.74º | 0.54% | 0.61% | - |
| HSV(B) | 343.74º | 0.51% | 0.82% | - |
| XYZ | 35.14 | 24.7 | 24.39 | - |
| YUV | 137.3 | 124.45 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 131 | 0 | 0.51 | 0.37 | 0.18 | 343.74 | 0.54 | 0.61 |
| Hex | D1 | 66 | 83 | 0 | 33 | 25 | 12 | 158 | 36 | 3D |
| Octal | 321 | 146 | 203 | 0 | 63 | 45 | 22 | 530 | 66 | 75 |
| Binary | 11010001 | 1100110 | 10000011 | 0 | 110011 | 100101 | 10010 | 101011000 | 110110 | 111101 |
Color Harmonies of #D16683
Complementary color
Monochromatic Colors of #D16683
Black with #D16683
Text Example
Text Example
White with #D16683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16683; }
p { color: rgb(209,102,131); }
H1.HeaderClassName
{
color: #D16683;
}
.AnyTagClassName
{
color: #D16683;
}
</style>
background-color css
<style>
a { background-color: #D16683; }
a { background-color: rgb(209,102,131); }
div.DivClassName
{
background-color: #D16683;
}
.BgClassName
{
background-color: #D16683;
}
</style>
border-color css
<style>
span { border-color: #D16683; }
span { border-color: rgb(209,102,131); }
td.TdClassName
{
border-color: #D16683;
}
.TagClassName
{
border-color: #D16683;
}
</style>