Shades of Puce #D38590
Tints of Puce #D38590
RGB
CMYK
RGB Variations
Color information
#D38590 (or 0xD38590) is known color: Puce. HEX triplet: D3, 85 and 90. RGB value is (211,133,144). Sum of RGB (Red+Green+Blue) = 211+133+144=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 211 - color contains mainly: red. Hex color #D38590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38590 is #2C7A6F. Grayscale: #9D9D9D. Windows color (decimal): -2914928 or 9471443. OLE color: 9471443.
HSL color Cylindrical-coordinate representation of color #D38590: hue angle of 351.54º 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 #D38590 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 133 | 144 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.17 |
| HSL | 351.54º | 0.47% | 0.67% | - |
| HSV(B) | 351.54º | 0.37% | 0.83% | - |
| XYZ | 40.29 | 32.64 | 30.56 | - |
| YUV | 157.58 | 120.34 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 133 | 144 | 0 | 0.37 | 0.32 | 0.17 | 351.54 | 0.47 | 0.67 |
| Hex | D3 | 85 | 90 | 0 | 25 | 20 | 11 | 160 | 2F | 43 |
| Octal | 323 | 205 | 220 | 0 | 45 | 40 | 21 | 540 | 57 | 103 |
| Binary | 11010011 | 10000101 | 10010000 | 0 | 100101 | 100000 | 10001 | 101100000 | 101111 | 1000011 |
Color Harmonies of #D38590
Complementary color
Monochromatic Colors of #D38590
Black with #D38590
Text Example
Text Example
White with #D38590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38590; }
p { color: rgb(211,133,144); }
H1.HeaderClassName
{
color: #D38590;
}
.AnyTagClassName
{
color: #D38590;
}
</style>
background-color css
<style>
a { background-color: #D38590; }
a { background-color: rgb(211,133,144); }
div.DivClassName
{
background-color: #D38590;
}
.BgClassName
{
background-color: #D38590;
}
</style>
border-color css
<style>
span { border-color: #D38590; }
span { border-color: rgb(211,133,144); }
td.TdClassName
{
border-color: #D38590;
}
.TagClassName
{
border-color: #D38590;
}
</style>