Shades of Puce #D28091
Tints of Puce #D28091
RGB
CMYK
RGB Variations
Color information
#D28091 (or 0xD28091) is known color: Puce. HEX triplet: D2, 80 and 91. RGB value is (210,128,145). Sum of RGB (Red+Green+Blue) = 210+128+145=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D28091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28091 is #2D7F6E. Grayscale: #9A9A9A. Windows color (decimal): -2981743 or 9535698. OLE color: 9535698.
HSL color Cylindrical-coordinate representation of color #D28091: hue angle of 347.56º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D28091 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 145 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.18 |
| HSL | 347.56º | 0.48% | 0.66% | - |
| HSV(B) | 347.56º | 0.39% | 0.82% | - |
| XYZ | 39.41 | 31.18 | 30.73 | - |
| YUV | 154.46 | 122.67 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 145 | 0 | 0.39 | 0.31 | 0.18 | 347.56 | 0.48 | 0.66 |
| Hex | D2 | 80 | 91 | 0 | 27 | 1F | 12 | 15C | 30 | 42 |
| Octal | 322 | 200 | 221 | 0 | 47 | 37 | 22 | 534 | 60 | 102 |
| Binary | 11010010 | 10000000 | 10010001 | 0 | 100111 | 11111 | 10010 | 101011100 | 110000 | 1000010 |
Color Harmonies of #D28091
Complementary color
Monochromatic Colors of #D28091
Black with #D28091
Text Example
Text Example
White with #D28091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28091; }
p { color: rgb(210,128,145); }
H1.HeaderClassName
{
color: #D28091;
}
.AnyTagClassName
{
color: #D28091;
}
</style>
background-color css
<style>
a { background-color: #D28091; }
a { background-color: rgb(210,128,145); }
div.DivClassName
{
background-color: #D28091;
}
.BgClassName
{
background-color: #D28091;
}
</style>
border-color css
<style>
span { border-color: #D28091; }
span { border-color: rgb(210,128,145); }
td.TdClassName
{
border-color: #D28091;
}
.TagClassName
{
border-color: #D28091;
}
</style>