Shades of Puce #D28291
Tints of Puce #D28291
RGB
CMYK
RGB Variations
Color information
#D28291 (or 0xD28291) is known color: Puce. HEX triplet: D2, 82 and 91. RGB value is (210,130,145). Sum of RGB (Red+Green+Blue) = 210+130+145=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D28291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28291 is #2D7D6E. Grayscale: #9B9B9B. Windows color (decimal): -2981231 or 9536210. OLE color: 9536210.
HSL color Cylindrical-coordinate representation of color #D28291: hue angle of 348.75º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D28291 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 145 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.18 |
| HSL | 348.75º | 0.47% | 0.67% | - |
| HSV(B) | 348.75º | 0.38% | 0.82% | - |
| XYZ | 39.67 | 31.71 | 30.82 | - |
| YUV | 155.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 145 | 0 | 0.38 | 0.31 | 0.18 | 348.75 | 0.47 | 0.67 |
| Hex | D2 | 82 | 91 | 0 | 26 | 1F | 12 | 15D | 2F | 43 |
| Octal | 322 | 202 | 221 | 0 | 46 | 37 | 22 | 535 | 57 | 103 |
| Binary | 11010010 | 10000010 | 10010001 | 0 | 100110 | 11111 | 10010 | 101011101 | 101111 | 1000011 |
Color Harmonies of #D28291
Complementary color
Monochromatic Colors of #D28291
Black with #D28291
Text Example
Text Example
White with #D28291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28291; }
p { color: rgb(210,130,145); }
H1.HeaderClassName
{
color: #D28291;
}
.AnyTagClassName
{
color: #D28291;
}
</style>
background-color css
<style>
a { background-color: #D28291; }
a { background-color: rgb(210,130,145); }
div.DivClassName
{
background-color: #D28291;
}
.BgClassName
{
background-color: #D28291;
}
</style>
border-color css
<style>
span { border-color: #D28291; }
span { border-color: rgb(210,130,145); }
td.TdClassName
{
border-color: #D28291;
}
.TagClassName
{
border-color: #D28291;
}
</style>