Shades of Puce #D08A8D
Tints of Puce #D08A8D
RGB
CMYK
RGB Variations
Color information
#D08A8D (or 0xD08A8D) is known color: Puce. HEX triplet: D0, 8A and 8D. RGB value is (208,138,141). Sum of RGB (Red+Green+Blue) = 208+138+141=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08A8D is #2F7572. Grayscale: #9F9F9F. Windows color (decimal): -3110259 or 9276112. OLE color: 9276112.
HSL color Cylindrical-coordinate representation of color #D08A8D: hue angle of 357.43º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D08A8D is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 138 | 141 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.18 |
| HSL | 357.43º | 0.43% | 0.68% | - |
| HSV(B) | 357.43º | 0.34% | 0.82% | - |
| XYZ | 39.91 | 33.51 | 29.56 | - |
| YUV | 159.27 | 117.69 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 138 | 141 | 0 | 0.34 | 0.32 | 0.18 | 357.43 | 0.43 | 0.68 |
| Hex | D0 | 8A | 8D | 0 | 22 | 20 | 12 | 165 | 2B | 44 |
| Octal | 320 | 212 | 215 | 0 | 42 | 40 | 22 | 545 | 53 | 104 |
| Binary | 11010000 | 10001010 | 10001101 | 0 | 100010 | 100000 | 10010 | 101100101 | 101011 | 1000100 |
Color Harmonies of #D08A8D
Complementary color
Monochromatic Colors of #D08A8D
Black with #D08A8D
Text Example
Text Example
White with #D08A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08A8D; }
p { color: rgb(208,138,141); }
H1.HeaderClassName
{
color: #D08A8D;
}
.AnyTagClassName
{
color: #D08A8D;
}
</style>
background-color css
<style>
a { background-color: #D08A8D; }
a { background-color: rgb(208,138,141); }
div.DivClassName
{
background-color: #D08A8D;
}
.BgClassName
{
background-color: #D08A8D;
}
</style>
border-color css
<style>
span { border-color: #D08A8D; }
span { border-color: rgb(208,138,141); }
td.TdClassName
{
border-color: #D08A8D;
}
.TagClassName
{
border-color: #D08A8D;
}
</style>