Shades of Puce #D28A8B
Tints of Puce #D28A8B
RGB
CMYK
RGB Variations
Color information
#D28A8B (or 0xD28A8B) is known color: Puce. HEX triplet: D2, 8A and 8B. RGB value is (210,138,139). Sum of RGB (Red+Green+Blue) = 210+138+139=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28A8B is #2D7574. Grayscale: #9F9F9F. Windows color (decimal): -2979189 or 9145042. OLE color: 9145042.
HSL color Cylindrical-coordinate representation of color #D28A8B: hue angle of 359.17º degrees, saturation: 0.44, 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 #D28A8B is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 139 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.18 |
| HSL | 359.17º | 0.44% | 0.68% | - |
| HSV(B) | 359.17º | 0.34% | 0.82% | - |
| XYZ | 40.33 | 33.74 | 28.81 | - |
| YUV | 159.64 | 116.35 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 139 | 0 | 0.34 | 0.34 | 0.18 | 359.17 | 0.44 | 0.68 |
| Hex | D2 | 8A | 8B | 0 | 22 | 22 | 12 | 167 | 2C | 44 |
| Octal | 322 | 212 | 213 | 0 | 42 | 42 | 22 | 547 | 54 | 104 |
| Binary | 11010010 | 10001010 | 10001011 | 0 | 100010 | 100010 | 10010 | 101100111 | 101100 | 1000100 |
Color Harmonies of #D28A8B
Complementary color
Monochromatic Colors of #D28A8B
Black with #D28A8B
Text Example
Text Example
White with #D28A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28A8B; }
p { color: rgb(210,138,139); }
H1.HeaderClassName
{
color: #D28A8B;
}
.AnyTagClassName
{
color: #D28A8B;
}
</style>
background-color css
<style>
a { background-color: #D28A8B; }
a { background-color: rgb(210,138,139); }
div.DivClassName
{
background-color: #D28A8B;
}
.BgClassName
{
background-color: #D28A8B;
}
</style>
border-color css
<style>
span { border-color: #D28A8B; }
span { border-color: rgb(210,138,139); }
td.TdClassName
{
border-color: #D28A8B;
}
.TagClassName
{
border-color: #D28A8B;
}
</style>