Shades of Charm #D16784
Tints of Charm #D16784
RGB
CMYK
RGB Variations
Color information
#D16784 (or 0xD16784) is known color: Charm. HEX triplet: D1, 67 and 84. RGB value is (209,103,132). Sum of RGB (Red+Green+Blue) = 209+103+132=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 132 (51.95% from 255 or 29.73% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D16784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16784 is #2E987B. Grayscale: #898989. Windows color (decimal): -3053692 or 8677329. OLE color: 8677329.
HSL color Cylindrical-coordinate representation of color #D16784: hue angle of 343.58º 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 #D16784 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 103 | 132 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.18 |
| HSL | 343.58º | 0.54% | 0.61% | - |
| HSV(B) | 343.58º | 0.51% | 0.82% | - |
| XYZ | 35.31 | 24.92 | 24.78 | - |
| YUV | 138 | 124.62 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 103 | 132 | 0 | 0.51 | 0.37 | 0.18 | 343.58 | 0.54 | 0.61 |
| Hex | D1 | 67 | 84 | 0 | 33 | 25 | 12 | 158 | 36 | 3D |
| Octal | 321 | 147 | 204 | 0 | 63 | 45 | 22 | 530 | 66 | 75 |
| Binary | 11010001 | 1100111 | 10000100 | 0 | 110011 | 100101 | 10010 | 101011000 | 110110 | 111101 |
Color Harmonies of #D16784
Complementary color
Monochromatic Colors of #D16784
Black with #D16784
Text Example
Text Example
White with #D16784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16784; }
p { color: rgb(209,103,132); }
H1.HeaderClassName
{
color: #D16784;
}
.AnyTagClassName
{
color: #D16784;
}
</style>
background-color css
<style>
a { background-color: #D16784; }
a { background-color: rgb(209,103,132); }
div.DivClassName
{
background-color: #D16784;
}
.BgClassName
{
background-color: #D16784;
}
</style>
border-color css
<style>
span { border-color: #D16784; }
span { border-color: rgb(209,103,132); }
td.TdClassName
{
border-color: #D16784;
}
.TagClassName
{
border-color: #D16784;
}
</style>