Shades of Puce #D18098
Tints of Puce #D18098
RGB
CMYK
RGB Variations
Color information
#D18098 (or 0xD18098) is known color: Puce. HEX triplet: D1, 80 and 98. RGB value is (209,128,152). Sum of RGB (Red+Green+Blue) = 209+128+152=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 209 - color contains mainly: red. Hex color #D18098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18098 is #2E7F67. Grayscale: #9A9A9A. Windows color (decimal): -3047272 or 9994449. OLE color: 9994449.
HSL color Cylindrical-coordinate representation of color #D18098: hue angle of 342.22º 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 #D18098 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 152 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.18 |
| HSL | 342.22º | 0.47% | 0.66% | - |
| HSV(B) | 342.22º | 0.39% | 0.82% | - |
| XYZ | 39.68 | 31.26 | 33.65 | - |
| YUV | 154.96 | 126.34 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 152 | 0 | 0.39 | 0.27 | 0.18 | 342.22 | 0.47 | 0.66 |
| Hex | D1 | 80 | 98 | 0 | 27 | 1B | 12 | 156 | 2F | 42 |
| Octal | 321 | 200 | 230 | 0 | 47 | 33 | 22 | 526 | 57 | 102 |
| Binary | 11010001 | 10000000 | 10011000 | 0 | 100111 | 11011 | 10010 | 101010110 | 101111 | 1000010 |
Color Harmonies of #D18098
Complementary color
Monochromatic Colors of #D18098
Black with #D18098
Text Example
Text Example
White with #D18098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18098; }
p { color: rgb(209,128,152); }
H1.HeaderClassName
{
color: #D18098;
}
.AnyTagClassName
{
color: #D18098;
}
</style>
background-color css
<style>
a { background-color: #D18098; }
a { background-color: rgb(209,128,152); }
div.DivClassName
{
background-color: #D18098;
}
.BgClassName
{
background-color: #D18098;
}
</style>
border-color css
<style>
span { border-color: #D18098; }
span { border-color: rgb(209,128,152); }
td.TdClassName
{
border-color: #D18098;
}
.TagClassName
{
border-color: #D18098;
}
</style>