Shades of Puce #D3848E
Tints of Puce #D3848E
RGB
CMYK
RGB Variations
Color information
#D3848E (or 0xD3848E) is known color: Puce. HEX triplet: D3, 84 and 8E. RGB value is (211,132,142). Sum of RGB (Red+Green+Blue) = 211+132+142=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 211 - color contains mainly: red. Hex color #D3848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3848E is #2C7B71. Grayscale: #9C9C9C. Windows color (decimal): -2915186 or 9340115. OLE color: 9340115.
HSL color Cylindrical-coordinate representation of color #D3848E: hue angle of 352.41º 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 #D3848E is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 132 | 142 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.17 |
| HSL | 352.41º | 0.47% | 0.67% | - |
| HSV(B) | 352.41º | 0.37% | 0.83% | - |
| XYZ | 40 | 32.3 | 29.72 | - |
| YUV | 156.76 | 119.67 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 132 | 142 | 0 | 0.37 | 0.33 | 0.17 | 352.41 | 0.47 | 0.67 |
| Hex | D3 | 84 | 8E | 0 | 25 | 21 | 11 | 160 | 2F | 43 |
| Octal | 323 | 204 | 216 | 0 | 45 | 41 | 21 | 540 | 57 | 103 |
| Binary | 11010011 | 10000100 | 10001110 | 0 | 100101 | 100001 | 10001 | 101100000 | 101111 | 1000011 |
Color Harmonies of #D3848E
Complementary color
Monochromatic Colors of #D3848E
Black with #D3848E
Text Example
Text Example
White with #D3848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3848E; }
p { color: rgb(211,132,142); }
H1.HeaderClassName
{
color: #D3848E;
}
.AnyTagClassName
{
color: #D3848E;
}
</style>
background-color css
<style>
a { background-color: #D3848E; }
a { background-color: rgb(211,132,142); }
div.DivClassName
{
background-color: #D3848E;
}
.BgClassName
{
background-color: #D3848E;
}
</style>
border-color css
<style>
span { border-color: #D3848E; }
span { border-color: rgb(211,132,142); }
td.TdClassName
{
border-color: #D3848E;
}
.TagClassName
{
border-color: #D3848E;
}
</style>