Shades of Charm #D1808A
Tints of Charm #D1808A
RGB
CMYK
RGB Variations
Color information
#D1808A (or 0xD1808A) is known color: Charm. HEX triplet: D1, 80 and 8A. RGB value is (209,128,138). Sum of RGB (Red+Green+Blue) = 209+128+138=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D1808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1808A is #2E7F75. Grayscale: #999999. Windows color (decimal): -3047286 or 9076945. OLE color: 9076945.
HSL color Cylindrical-coordinate representation of color #D1808A: hue angle of 352.59º 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 #D1808A is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 138 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.18 |
| HSL | 352.59º | 0.47% | 0.66% | - |
| HSV(B) | 352.59º | 0.39% | 0.82% | - |
| XYZ | 38.6 | 30.83 | 27.96 | - |
| YUV | 153.36 | 119.34 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 138 | 0 | 0.39 | 0.34 | 0.18 | 352.59 | 0.47 | 0.66 |
| Hex | D1 | 80 | 8A | 0 | 27 | 22 | 12 | 161 | 2F | 42 |
| Octal | 321 | 200 | 212 | 0 | 47 | 42 | 22 | 541 | 57 | 102 |
| Binary | 11010001 | 10000000 | 10001010 | 0 | 100111 | 100010 | 10010 | 101100001 | 101111 | 1000010 |
Color Harmonies of #D1808A
Complementary color
Monochromatic Colors of #D1808A
Black with #D1808A
Text Example
Text Example
White with #D1808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1808A; }
p { color: rgb(209,128,138); }
H1.HeaderClassName
{
color: #D1808A;
}
.AnyTagClassName
{
color: #D1808A;
}
</style>
background-color css
<style>
a { background-color: #D1808A; }
a { background-color: rgb(209,128,138); }
div.DivClassName
{
background-color: #D1808A;
}
.BgClassName
{
background-color: #D1808A;
}
</style>
border-color css
<style>
span { border-color: #D1808A; }
span { border-color: rgb(209,128,138); }
td.TdClassName
{
border-color: #D1808A;
}
.TagClassName
{
border-color: #D1808A;
}
</style>