Shades of Charm #D18090
Tints of Charm #D18090
RGB
CMYK
RGB Variations
Color information
#D18090 (or 0xD18090) is known color: Charm. HEX triplet: D1, 80 and 90. RGB value is (209,128,144). Sum of RGB (Red+Green+Blue) = 209+128+144=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D18090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18090 is #2E7F6F. Grayscale: #9A9A9A. Windows color (decimal): -3047280 or 9470161. OLE color: 9470161.
HSL color Cylindrical-coordinate representation of color #D18090: hue angle of 348.15º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D18090 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 144 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.18 |
| HSL | 348.15º | 0.47% | 0.66% | - |
| HSV(B) | 348.15º | 0.39% | 0.82% | - |
| XYZ | 39.05 | 31.01 | 30.31 | - |
| YUV | 154.04 | 122.34 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 144 | 0 | 0.39 | 0.31 | 0.18 | 348.15 | 0.47 | 0.66 |
| Hex | D1 | 80 | 90 | 0 | 27 | 1F | 12 | 15C | 2F | 42 |
| Octal | 321 | 200 | 220 | 0 | 47 | 37 | 22 | 534 | 57 | 102 |
| Binary | 11010001 | 10000000 | 10010000 | 0 | 100111 | 11111 | 10010 | 101011100 | 101111 | 1000010 |
Color Harmonies of #D18090
Complementary color
Monochromatic Colors of #D18090
Black with #D18090
Text Example
Text Example
White with #D18090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18090; }
p { color: rgb(209,128,144); }
H1.HeaderClassName
{
color: #D18090;
}
.AnyTagClassName
{
color: #D18090;
}
</style>
background-color css
<style>
a { background-color: #D18090; }
a { background-color: rgb(209,128,144); }
div.DivClassName
{
background-color: #D18090;
}
.BgClassName
{
background-color: #D18090;
}
</style>
border-color css
<style>
span { border-color: #D18090; }
span { border-color: rgb(209,128,144); }
td.TdClassName
{
border-color: #D18090;
}
.TagClassName
{
border-color: #D18090;
}
</style>