Shades of Puce #D28592
Tints of Puce #D28592
RGB
CMYK
RGB Variations
Color information
#D28592 (or 0xD28592) is known color: Puce. HEX triplet: D2, 85 and 92. RGB value is (210,133,146). Sum of RGB (Red+Green+Blue) = 210+133+146=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D28592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28592 is #2D7A6D. Grayscale: #9D9D9D. Windows color (decimal): -2980462 or 9602514. OLE color: 9602514.
HSL color Cylindrical-coordinate representation of color #D28592: hue angle of 349.87º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D28592 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 146 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.18 |
| HSL | 349.87º | 0.46% | 0.67% | - |
| HSV(B) | 349.87º | 0.37% | 0.82% | - |
| XYZ | 40.15 | 32.55 | 31.36 | - |
| YUV | 157.51 | 121.51 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 146 | 0 | 0.37 | 0.30 | 0.18 | 349.87 | 0.46 | 0.67 |
| Hex | D2 | 85 | 92 | 0 | 25 | 1E | 12 | 15E | 2E | 43 |
| Octal | 322 | 205 | 222 | 0 | 45 | 36 | 22 | 536 | 56 | 103 |
| Binary | 11010010 | 10000101 | 10010010 | 0 | 100101 | 11110 | 10010 | 101011110 | 101110 | 1000011 |
Color Harmonies of #D28592
Complementary color
Monochromatic Colors of #D28592
Black with #D28592
Text Example
Text Example
White with #D28592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28592; }
p { color: rgb(210,133,146); }
H1.HeaderClassName
{
color: #D28592;
}
.AnyTagClassName
{
color: #D28592;
}
</style>
background-color css
<style>
a { background-color: #D28592; }
a { background-color: rgb(210,133,146); }
div.DivClassName
{
background-color: #D28592;
}
.BgClassName
{
background-color: #D28592;
}
</style>
border-color css
<style>
span { border-color: #D28592; }
span { border-color: rgb(210,133,146); }
td.TdClassName
{
border-color: #D28592;
}
.TagClassName
{
border-color: #D28592;
}
</style>