Shades of Charm #D17580
Tints of Charm #D17580
RGB
CMYK
RGB Variations
Color information
#D17580 (or 0xD17580) is known color: Charm. HEX triplet: D1, 75 and 80. RGB value is (209,117,128). Sum of RGB (Red+Green+Blue) = 209+117+128=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D17580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17580 is #2E8A7F. Grayscale: #919191. Windows color (decimal): -3050112 or 8418769. OLE color: 8418769.
HSL color Cylindrical-coordinate representation of color #D17580: hue angle of 352.83º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D17580 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 128 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.18 |
| HSL | 352.83º | 0.5% | 0.64% | - |
| HSV(B) | 352.83º | 0.44% | 0.82% | - |
| XYZ | 36.55 | 27.84 | 23.87 | - |
| YUV | 145.76 | 117.98 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 128 | 0 | 0.44 | 0.39 | 0.18 | 352.83 | 0.5 | 0.64 |
| Hex | D1 | 75 | 80 | 0 | 2C | 27 | 12 | 161 | 32 | 40 |
| Octal | 321 | 165 | 200 | 0 | 54 | 47 | 22 | 541 | 62 | 100 |
| Binary | 11010001 | 1110101 | 10000000 | 0 | 101100 | 100111 | 10010 | 101100001 | 110010 | 1000000 |
Color Harmonies of #D17580
Complementary color
Monochromatic Colors of #D17580
Black with #D17580
Text Example
Text Example
White with #D17580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17580; }
p { color: rgb(209,117,128); }
H1.HeaderClassName
{
color: #D17580;
}
.AnyTagClassName
{
color: #D17580;
}
</style>
background-color css
<style>
a { background-color: #D17580; }
a { background-color: rgb(209,117,128); }
div.DivClassName
{
background-color: #D17580;
}
.BgClassName
{
background-color: #D17580;
}
</style>
border-color css
<style>
span { border-color: #D17580; }
span { border-color: rgb(209,117,128); }
td.TdClassName
{
border-color: #D17580;
}
.TagClassName
{
border-color: #D17580;
}
</style>