Shades of Charm #D17483
Tints of Charm #D17483
RGB
CMYK
RGB Variations
Color information
#D17483 (or 0xD17483) is known color: Charm. HEX triplet: D1, 74 and 83. RGB value is (209,116,131). Sum of RGB (Red+Green+Blue) = 209+116+131=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D17483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17483 is #2E8B7C. Grayscale: #919191. Windows color (decimal): -3050365 or 8615121. OLE color: 8615121.
HSL color Cylindrical-coordinate representation of color #D17483: hue angle of 350.32º 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 #D17483 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 131 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.18 |
| HSL | 350.32º | 0.5% | 0.64% | - |
| HSV(B) | 350.32º | 0.44% | 0.82% | - |
| XYZ | 36.64 | 27.68 | 24.89 | - |
| YUV | 145.52 | 119.81 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 131 | 0 | 0.44 | 0.37 | 0.18 | 350.32 | 0.5 | 0.64 |
| Hex | D1 | 74 | 83 | 0 | 2C | 25 | 12 | 15E | 32 | 40 |
| Octal | 321 | 164 | 203 | 0 | 54 | 45 | 22 | 536 | 62 | 100 |
| Binary | 11010001 | 1110100 | 10000011 | 0 | 101100 | 100101 | 10010 | 101011110 | 110010 | 1000000 |
Color Harmonies of #D17483
Complementary color
Monochromatic Colors of #D17483
Black with #D17483
Text Example
Text Example
White with #D17483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17483; }
p { color: rgb(209,116,131); }
H1.HeaderClassName
{
color: #D17483;
}
.AnyTagClassName
{
color: #D17483;
}
</style>
background-color css
<style>
a { background-color: #D17483; }
a { background-color: rgb(209,116,131); }
div.DivClassName
{
background-color: #D17483;
}
.BgClassName
{
background-color: #D17483;
}
</style>
border-color css
<style>
span { border-color: #D17483; }
span { border-color: rgb(209,116,131); }
td.TdClassName
{
border-color: #D17483;
}
.TagClassName
{
border-color: #D17483;
}
</style>