Shades of Puce #D3858B
Tints of Puce #D3858B
RGB
CMYK
RGB Variations
Color information
#D3858B (or 0xD3858B) is known color: Puce. HEX triplet: D3, 85 and 8B. RGB value is (211,133,139). Sum of RGB (Red+Green+Blue) = 211+133+139=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 211 - color contains mainly: red. Hex color #D3858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3858B is #2C7A74. Grayscale: #9D9D9D. Windows color (decimal): -2914933 or 9143763. OLE color: 9143763.
HSL color Cylindrical-coordinate representation of color #D3858B: hue angle of 355.38º 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 #D3858B is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 133 | 139 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.17 |
| HSL | 355.38º | 0.47% | 0.67% | - |
| HSV(B) | 355.38º | 0.37% | 0.83% | - |
| XYZ | 39.91 | 32.49 | 28.59 | - |
| YUV | 157.01 | 117.84 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 133 | 139 | 0 | 0.37 | 0.34 | 0.17 | 355.38 | 0.47 | 0.67 |
| Hex | D3 | 85 | 8B | 0 | 25 | 22 | 11 | 163 | 2F | 43 |
| Octal | 323 | 205 | 213 | 0 | 45 | 42 | 21 | 543 | 57 | 103 |
| Binary | 11010011 | 10000101 | 10001011 | 0 | 100101 | 100010 | 10001 | 101100011 | 101111 | 1000011 |
Color Harmonies of #D3858B
Complementary color
Monochromatic Colors of #D3858B
Black with #D3858B
Text Example
Text Example
White with #D3858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3858B; }
p { color: rgb(211,133,139); }
H1.HeaderClassName
{
color: #D3858B;
}
.AnyTagClassName
{
color: #D3858B;
}
</style>
background-color css
<style>
a { background-color: #D3858B; }
a { background-color: rgb(211,133,139); }
div.DivClassName
{
background-color: #D3858B;
}
.BgClassName
{
background-color: #D3858B;
}
</style>
border-color css
<style>
span { border-color: #D3858B; }
span { border-color: rgb(211,133,139); }
td.TdClassName
{
border-color: #D3858B;
}
.TagClassName
{
border-color: #D3858B;
}
</style>