Shades of Puce #D18097
Tints of Puce #D18097
RGB
CMYK
RGB Variations
Color information
#D18097 (or 0xD18097) is known color: Puce. HEX triplet: D1, 80 and 97. RGB value is (209,128,151). Sum of RGB (Red+Green+Blue) = 209+128+151=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D18097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18097 is #2E7F68. Grayscale: #9A9A9A. Windows color (decimal): -3047273 or 9928913. OLE color: 9928913.
HSL color Cylindrical-coordinate representation of color #D18097: hue angle of 342.96º 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 #D18097 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 151 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.18 |
| HSL | 342.96º | 0.47% | 0.66% | - |
| HSV(B) | 342.96º | 0.39% | 0.82% | - |
| XYZ | 39.6 | 31.23 | 33.22 | - |
| YUV | 154.84 | 125.84 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 151 | 0 | 0.39 | 0.28 | 0.18 | 342.96 | 0.47 | 0.66 |
| Hex | D1 | 80 | 97 | 0 | 27 | 1C | 12 | 157 | 2F | 42 |
| Octal | 321 | 200 | 227 | 0 | 47 | 34 | 22 | 527 | 57 | 102 |
| Binary | 11010001 | 10000000 | 10010111 | 0 | 100111 | 11100 | 10010 | 101010111 | 101111 | 1000010 |
Color Harmonies of #D18097
Complementary color
Monochromatic Colors of #D18097
Black with #D18097
Text Example
Text Example
White with #D18097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18097; }
p { color: rgb(209,128,151); }
H1.HeaderClassName
{
color: #D18097;
}
.AnyTagClassName
{
color: #D18097;
}
</style>
background-color css
<style>
a { background-color: #D18097; }
a { background-color: rgb(209,128,151); }
div.DivClassName
{
background-color: #D18097;
}
.BgClassName
{
background-color: #D18097;
}
</style>
border-color css
<style>
span { border-color: #D18097; }
span { border-color: rgb(209,128,151); }
td.TdClassName
{
border-color: #D18097;
}
.TagClassName
{
border-color: #D18097;
}
</style>