Shades of Puce #D0898F
Tints of Puce #D0898F
RGB
CMYK
RGB Variations
Color information
#D0898F (or 0xD0898F) is known color: Puce. HEX triplet: D0, 89 and 8F. RGB value is (208,137,143). Sum of RGB (Red+Green+Blue) = 208+137+143=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D0898F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0898F is #2F7670. Grayscale: #9E9E9E. Windows color (decimal): -3110513 or 9406928. OLE color: 9406928.
HSL color Cylindrical-coordinate representation of color #D0898F: hue angle of 354.93º 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 #D0898F is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 137 | 143 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.18 |
| HSL | 354.93º | 0.43% | 0.68% | - |
| HSV(B) | 354.93º | 0.34% | 0.82% | - |
| XYZ | 39.92 | 33.28 | 30.31 | - |
| YUV | 158.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 137 | 143 | 0 | 0.34 | 0.31 | 0.18 | 354.93 | 0.43 | 0.68 |
| Hex | D0 | 89 | 8F | 0 | 22 | 1F | 12 | 163 | 2B | 44 |
| Octal | 320 | 211 | 217 | 0 | 42 | 37 | 22 | 543 | 53 | 104 |
| Binary | 11010000 | 10001001 | 10001111 | 0 | 100010 | 11111 | 10010 | 101100011 | 101011 | 1000100 |
Color Harmonies of #D0898F
Complementary color
Monochromatic Colors of #D0898F
Black with #D0898F
Text Example
Text Example
White with #D0898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0898F; }
p { color: rgb(208,137,143); }
H1.HeaderClassName
{
color: #D0898F;
}
.AnyTagClassName
{
color: #D0898F;
}
</style>
background-color css
<style>
a { background-color: #D0898F; }
a { background-color: rgb(208,137,143); }
div.DivClassName
{
background-color: #D0898F;
}
.BgClassName
{
background-color: #D0898F;
}
</style>
border-color css
<style>
span { border-color: #D0898F; }
span { border-color: rgb(208,137,143); }
td.TdClassName
{
border-color: #D0898F;
}
.TagClassName
{
border-color: #D0898F;
}
</style>