Shades of Puce #D38490
Tints of Puce #D38490
RGB
CMYK
RGB Variations
Color information
#D38490 (or 0xD38490) is known color: Puce. HEX triplet: D3, 84 and 90. RGB value is (211,132,144). Sum of RGB (Red+Green+Blue) = 211+132+144=487 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.33% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 211 - color contains mainly: red. Hex color #D38490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38490 is #2C7B6F. Grayscale: #9D9D9D. Windows color (decimal): -2915184 or 9471187. OLE color: 9471187.
HSL color Cylindrical-coordinate representation of color #D38490: hue angle of 350.89º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D38490 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 132 | 144 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.17 |
| HSL | 350.89º | 0.47% | 0.67% | - |
| HSV(B) | 350.89º | 0.37% | 0.83% | - |
| XYZ | 40.15 | 32.37 | 30.52 | - |
| YUV | 156.99 | 120.67 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 132 | 144 | 0 | 0.37 | 0.32 | 0.17 | 350.89 | 0.47 | 0.67 |
| Hex | D3 | 84 | 90 | 0 | 25 | 20 | 11 | 15F | 2F | 43 |
| Octal | 323 | 204 | 220 | 0 | 45 | 40 | 21 | 537 | 57 | 103 |
| Binary | 11010011 | 10000100 | 10010000 | 0 | 100101 | 100000 | 10001 | 101011111 | 101111 | 1000011 |
Color Harmonies of #D38490
Complementary color
Monochromatic Colors of #D38490
Black with #D38490
Text Example
Text Example
White with #D38490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38490; }
p { color: rgb(211,132,144); }
H1.HeaderClassName
{
color: #D38490;
}
.AnyTagClassName
{
color: #D38490;
}
</style>
background-color css
<style>
a { background-color: #D38490; }
a { background-color: rgb(211,132,144); }
div.DivClassName
{
background-color: #D38490;
}
.BgClassName
{
background-color: #D38490;
}
</style>
border-color css
<style>
span { border-color: #D38490; }
span { border-color: rgb(211,132,144); }
td.TdClassName
{
border-color: #D38490;
}
.TagClassName
{
border-color: #D38490;
}
</style>