Shades of Puce #D1848B
Tints of Puce #D1848B
RGB
CMYK
RGB Variations
Color information
#D1848B (or 0xD1848B) is known color: Puce. HEX triplet: D1, 84 and 8B. RGB value is (209,132,139). Sum of RGB (Red+Green+Blue) = 209+132+139=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D1848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1848B is #2E7B74. Grayscale: #9B9B9B. Windows color (decimal): -3046261 or 9143505. OLE color: 9143505.
HSL color Cylindrical-coordinate representation of color #D1848B: hue angle of 354.55º 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 #D1848B is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 139 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.18 |
| HSL | 354.55º | 0.46% | 0.67% | - |
| HSV(B) | 354.55º | 0.37% | 0.82% | - |
| XYZ | 39.21 | 31.92 | 28.52 | - |
| YUV | 155.82 | 118.51 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 139 | 0 | 0.37 | 0.33 | 0.18 | 354.55 | 0.46 | 0.67 |
| Hex | D1 | 84 | 8B | 0 | 25 | 21 | 12 | 163 | 2E | 43 |
| Octal | 321 | 204 | 213 | 0 | 45 | 41 | 22 | 543 | 56 | 103 |
| Binary | 11010001 | 10000100 | 10001011 | 0 | 100101 | 100001 | 10010 | 101100011 | 101110 | 1000011 |
Color Harmonies of #D1848B
Complementary color
Monochromatic Colors of #D1848B
Black with #D1848B
Text Example
Text Example
White with #D1848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1848B; }
p { color: rgb(209,132,139); }
H1.HeaderClassName
{
color: #D1848B;
}
.AnyTagClassName
{
color: #D1848B;
}
</style>
background-color css
<style>
a { background-color: #D1848B; }
a { background-color: rgb(209,132,139); }
div.DivClassName
{
background-color: #D1848B;
}
.BgClassName
{
background-color: #D1848B;
}
</style>
border-color css
<style>
span { border-color: #D1848B; }
span { border-color: rgb(209,132,139); }
td.TdClassName
{
border-color: #D1848B;
}
.TagClassName
{
border-color: #D1848B;
}
</style>