Shades of Charm #D16580
Tints of Charm #D16580
RGB
CMYK
RGB Variations
Color information
#D16580 (or 0xD16580) is known color: Charm. HEX triplet: D1, 65 and 80. RGB value is (209,101,128). Sum of RGB (Red+Green+Blue) = 209+101+128=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D16580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16580 is #2E9A7F. Grayscale: #888888. Windows color (decimal): -3054208 or 8414673. OLE color: 8414673.
HSL color Cylindrical-coordinate representation of color #D16580: hue angle of 345º 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 #D16580 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 128 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.18 |
| HSL | 345º | 0.54% | 0.61% | - |
| HSV(B) | 345º | 0.52% | 0.82% | - |
| XYZ | 34.84 | 24.42 | 23.3 | - |
| YUV | 136.37 | 123.28 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 128 | 0 | 0.52 | 0.39 | 0.18 | 345 | 0.54 | 0.61 |
| Hex | D1 | 65 | 80 | 0 | 34 | 27 | 12 | 159 | 36 | 3D |
| Octal | 321 | 145 | 200 | 0 | 64 | 47 | 22 | 531 | 66 | 75 |
| Binary | 11010001 | 1100101 | 10000000 | 0 | 110100 | 100111 | 10010 | 101011001 | 110110 | 111101 |
Color Harmonies of #D16580
Complementary color
Monochromatic Colors of #D16580
Black with #D16580
Text Example
Text Example
White with #D16580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16580; }
p { color: rgb(209,101,128); }
H1.HeaderClassName
{
color: #D16580;
}
.AnyTagClassName
{
color: #D16580;
}
</style>
background-color css
<style>
a { background-color: #D16580; }
a { background-color: rgb(209,101,128); }
div.DivClassName
{
background-color: #D16580;
}
.BgClassName
{
background-color: #D16580;
}
</style>
border-color css
<style>
span { border-color: #D16580; }
span { border-color: rgb(209,101,128); }
td.TdClassName
{
border-color: #D16580;
}
.TagClassName
{
border-color: #D16580;
}
</style>