Shades of Puce #D1848D
Tints of Puce #D1848D
RGB
CMYK
RGB Variations
Color information
#D1848D (or 0xD1848D) is known color: Puce. HEX triplet: D1, 84 and 8D. RGB value is (209,132,141). Sum of RGB (Red+Green+Blue) = 209+132+141=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D1848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1848D is #2E7B72. Grayscale: #9C9C9C. Windows color (decimal): -3046259 or 9274577. OLE color: 9274577.
HSL color Cylindrical-coordinate representation of color #D1848D: hue angle of 352.99º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D1848D is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 141 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.18 |
| HSL | 352.99º | 0.46% | 0.67% | - |
| HSV(B) | 352.99º | 0.37% | 0.82% | - |
| XYZ | 39.35 | 31.98 | 29.3 | - |
| YUV | 156.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 141 | 0 | 0.37 | 0.33 | 0.18 | 352.99 | 0.46 | 0.67 |
| Hex | D1 | 84 | 8D | 0 | 25 | 21 | 12 | 161 | 2E | 43 |
| Octal | 321 | 204 | 215 | 0 | 45 | 41 | 22 | 541 | 56 | 103 |
| Binary | 11010001 | 10000100 | 10001101 | 0 | 100101 | 100001 | 10010 | 101100001 | 101110 | 1000011 |
Color Harmonies of #D1848D
Complementary color
Monochromatic Colors of #D1848D
Black with #D1848D
Text Example
Text Example
White with #D1848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1848D; }
p { color: rgb(209,132,141); }
H1.HeaderClassName
{
color: #D1848D;
}
.AnyTagClassName
{
color: #D1848D;
}
</style>
background-color css
<style>
a { background-color: #D1848D; }
a { background-color: rgb(209,132,141); }
div.DivClassName
{
background-color: #D1848D;
}
.BgClassName
{
background-color: #D1848D;
}
</style>
border-color css
<style>
span { border-color: #D1848D; }
span { border-color: rgb(209,132,141); }
td.TdClassName
{
border-color: #D1848D;
}
.TagClassName
{
border-color: #D1848D;
}
</style>