Shades of Puce #D18490
Tints of Puce #D18490
RGB
CMYK
RGB Variations
Color information
#D18490 (or 0xD18490) is known color: Puce. HEX triplet: D1, 84 and 90. RGB value is (209,132,144). Sum of RGB (Red+Green+Blue) = 209+132+144=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D18490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18490 is #2E7B6F. Grayscale: #9C9C9C. Windows color (decimal): -3046256 or 9471185. OLE color: 9471185.
HSL color Cylindrical-coordinate representation of color #D18490: hue angle of 350.65º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D18490 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 144 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.18 |
| HSL | 350.65º | 0.46% | 0.67% | - |
| HSV(B) | 350.65º | 0.37% | 0.82% | - |
| XYZ | 39.58 | 32.07 | 30.49 | - |
| YUV | 156.39 | 121.01 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 144 | 0 | 0.37 | 0.31 | 0.18 | 350.65 | 0.46 | 0.67 |
| Hex | D1 | 84 | 90 | 0 | 25 | 1F | 12 | 15F | 2E | 43 |
| Octal | 321 | 204 | 220 | 0 | 45 | 37 | 22 | 537 | 56 | 103 |
| Binary | 11010001 | 10000100 | 10010000 | 0 | 100101 | 11111 | 10010 | 101011111 | 101110 | 1000011 |
Color Harmonies of #D18490
Complementary color
Monochromatic Colors of #D18490
Black with #D18490
Text Example
Text Example
White with #D18490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18490; }
p { color: rgb(209,132,144); }
H1.HeaderClassName
{
color: #D18490;
}
.AnyTagClassName
{
color: #D18490;
}
</style>
background-color css
<style>
a { background-color: #D18490; }
a { background-color: rgb(209,132,144); }
div.DivClassName
{
background-color: #D18490;
}
.BgClassName
{
background-color: #D18490;
}
</style>
border-color css
<style>
span { border-color: #D18490; }
span { border-color: rgb(209,132,144); }
td.TdClassName
{
border-color: #D18490;
}
.TagClassName
{
border-color: #D18490;
}
</style>