Shades of Charm #D18087
Tints of Charm #D18087
RGB
CMYK
RGB Variations
Color information
#D18087 (or 0xD18087) is known color: Charm. HEX triplet: D1, 80 and 87. RGB value is (209,128,135). Sum of RGB (Red+Green+Blue) = 209+128+135=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D18087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18087 is #2E7F78. Grayscale: #999999. Windows color (decimal): -3047289 or 8880337. OLE color: 8880337.
HSL color Cylindrical-coordinate representation of color #D18087: hue angle of 354.81º 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 #D18087 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 135 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.18 |
| HSL | 354.81º | 0.47% | 0.66% | - |
| HSV(B) | 354.81º | 0.39% | 0.82% | - |
| XYZ | 38.39 | 30.74 | 26.83 | - |
| YUV | 153.02 | 117.84 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 135 | 0 | 0.39 | 0.35 | 0.18 | 354.81 | 0.47 | 0.66 |
| Hex | D1 | 80 | 87 | 0 | 27 | 23 | 12 | 163 | 2F | 42 |
| Octal | 321 | 200 | 207 | 0 | 47 | 43 | 22 | 543 | 57 | 102 |
| Binary | 11010001 | 10000000 | 10000111 | 0 | 100111 | 100011 | 10010 | 101100011 | 101111 | 1000010 |
Color Harmonies of #D18087
Complementary color
Monochromatic Colors of #D18087
Black with #D18087
Text Example
Text Example
White with #D18087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18087; }
p { color: rgb(209,128,135); }
H1.HeaderClassName
{
color: #D18087;
}
.AnyTagClassName
{
color: #D18087;
}
</style>
background-color css
<style>
a { background-color: #D18087; }
a { background-color: rgb(209,128,135); }
div.DivClassName
{
background-color: #D18087;
}
.BgClassName
{
background-color: #D18087;
}
</style>
border-color css
<style>
span { border-color: #D18087; }
span { border-color: rgb(209,128,135); }
td.TdClassName
{
border-color: #D18087;
}
.TagClassName
{
border-color: #D18087;
}
</style>