Shades of Puce #D0848F
Tints of Puce #D0848F
RGB
CMYK
RGB Variations
Color information
#D0848F (or 0xD0848F) is known color: Puce. HEX triplet: D0, 84 and 8F. RGB value is (208,132,143). Sum of RGB (Red+Green+Blue) = 208+132+143=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D0848F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0848F is #2F7B70. Grayscale: #9C9C9C. Windows color (decimal): -3111793 or 9405648. OLE color: 9405648.
HSL color Cylindrical-coordinate representation of color #D0848F: hue angle of 351.32º degrees, saturation: 0.45, 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 #D0848F is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 143 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.18 |
| HSL | 351.32º | 0.45% | 0.67% | - |
| HSV(B) | 351.32º | 0.37% | 0.82% | - |
| XYZ | 39.22 | 31.9 | 30.08 | - |
| YUV | 155.98 | 120.68 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 143 | 0 | 0.37 | 0.31 | 0.18 | 351.32 | 0.45 | 0.67 |
| Hex | D0 | 84 | 8F | 0 | 25 | 1F | 12 | 15F | 2D | 43 |
| Octal | 320 | 204 | 217 | 0 | 45 | 37 | 22 | 537 | 55 | 103 |
| Binary | 11010000 | 10000100 | 10001111 | 0 | 100101 | 11111 | 10010 | 101011111 | 101101 | 1000011 |
Color Harmonies of #D0848F
Complementary color
Monochromatic Colors of #D0848F
Black with #D0848F
Text Example
Text Example
White with #D0848F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0848F; }
p { color: rgb(208,132,143); }
H1.HeaderClassName
{
color: #D0848F;
}
.AnyTagClassName
{
color: #D0848F;
}
</style>
background-color css
<style>
a { background-color: #D0848F; }
a { background-color: rgb(208,132,143); }
div.DivClassName
{
background-color: #D0848F;
}
.BgClassName
{
background-color: #D0848F;
}
</style>
border-color css
<style>
span { border-color: #D0848F; }
span { border-color: rgb(208,132,143); }
td.TdClassName
{
border-color: #D0848F;
}
.TagClassName
{
border-color: #D0848F;
}
</style>