Shades of Charm #D16484
Tints of Charm #D16484
RGB
CMYK
RGB Variations
Color information
#D16484 (or 0xD16484) is known color: Charm. HEX triplet: D1, 64 and 84. RGB value is (209,100,132). Sum of RGB (Red+Green+Blue) = 209+100+132=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D16484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16484 is #2E9B7B. Grayscale: #888888. Windows color (decimal): -3054460 or 8676561. OLE color: 8676561.
HSL color Cylindrical-coordinate representation of color #D16484: hue angle of 342.39º 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 #D16484 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 132 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.18 |
| HSL | 342.39º | 0.54% | 0.61% | - |
| HSV(B) | 342.39º | 0.52% | 0.82% | - |
| XYZ | 35.02 | 24.34 | 24.68 | - |
| YUV | 136.24 | 125.61 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 132 | 0 | 0.52 | 0.37 | 0.18 | 342.39 | 0.54 | 0.61 |
| Hex | D1 | 64 | 84 | 0 | 34 | 25 | 12 | 156 | 36 | 3D |
| Octal | 321 | 144 | 204 | 0 | 64 | 45 | 22 | 526 | 66 | 75 |
| Binary | 11010001 | 1100100 | 10000100 | 0 | 110100 | 100101 | 10010 | 101010110 | 110110 | 111101 |
Color Harmonies of #D16484
Complementary color
Monochromatic Colors of #D16484
Black with #D16484
Text Example
Text Example
White with #D16484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16484; }
p { color: rgb(209,100,132); }
H1.HeaderClassName
{
color: #D16484;
}
.AnyTagClassName
{
color: #D16484;
}
</style>
background-color css
<style>
a { background-color: #D16484; }
a { background-color: rgb(209,100,132); }
div.DivClassName
{
background-color: #D16484;
}
.BgClassName
{
background-color: #D16484;
}
</style>
border-color css
<style>
span { border-color: #D16484; }
span { border-color: rgb(209,100,132); }
td.TdClassName
{
border-color: #D16484;
}
.TagClassName
{
border-color: #D16484;
}
</style>