Shades of Puce #D3858D
Tints of Puce #D3858D
RGB
CMYK
RGB Variations
Color information
#D3858D (or 0xD3858D) is known color: Puce. HEX triplet: D3, 85 and 8D. RGB value is (211,133,141). Sum of RGB (Red+Green+Blue) = 211+133+141=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 211 - color contains mainly: red. Hex color #D3858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3858D is #2C7A72. Grayscale: #9D9D9D. Windows color (decimal): -2914931 or 9274835. OLE color: 9274835.
HSL color Cylindrical-coordinate representation of color #D3858D: hue angle of 353.85º 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 #D3858D is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 133 | 141 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.17 |
| HSL | 353.85º | 0.47% | 0.67% | - |
| HSV(B) | 353.85º | 0.37% | 0.83% | - |
| XYZ | 40.06 | 32.55 | 29.37 | - |
| YUV | 157.23 | 118.84 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 133 | 141 | 0 | 0.37 | 0.33 | 0.17 | 353.85 | 0.47 | 0.67 |
| Hex | D3 | 85 | 8D | 0 | 25 | 21 | 11 | 162 | 2F | 43 |
| Octal | 323 | 205 | 215 | 0 | 45 | 41 | 21 | 542 | 57 | 103 |
| Binary | 11010011 | 10000101 | 10001101 | 0 | 100101 | 100001 | 10001 | 101100010 | 101111 | 1000011 |
Color Harmonies of #D3858D
Complementary color
Monochromatic Colors of #D3858D
Black with #D3858D
Text Example
Text Example
White with #D3858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3858D; }
p { color: rgb(211,133,141); }
H1.HeaderClassName
{
color: #D3858D;
}
.AnyTagClassName
{
color: #D3858D;
}
</style>
background-color css
<style>
a { background-color: #D3858D; }
a { background-color: rgb(211,133,141); }
div.DivClassName
{
background-color: #D3858D;
}
.BgClassName
{
background-color: #D3858D;
}
</style>
border-color css
<style>
span { border-color: #D3858D; }
span { border-color: rgb(211,133,141); }
td.TdClassName
{
border-color: #D3858D;
}
.TagClassName
{
border-color: #D3858D;
}
</style>