Shades of Puce #D28396
Tints of Puce #D28396
RGB
CMYK
RGB Variations
Color information
#D28396 (or 0xD28396) is known color: Puce. HEX triplet: D2, 83 and 96. RGB value is (210,131,150). Sum of RGB (Red+Green+Blue) = 210+131+150=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D28396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28396 is #2D7C69. Grayscale: #9C9C9C. Windows color (decimal): -2980970 or 9864146. OLE color: 9864146.
HSL color Cylindrical-coordinate representation of color #D28396: hue angle of 345.57º 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 #D28396 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 150 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.18 |
| HSL | 345.57º | 0.47% | 0.67% | - |
| HSV(B) | 345.57º | 0.38% | 0.82% | - |
| XYZ | 40.2 | 32.14 | 32.94 | - |
| YUV | 156.79 | 124.17 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 150 | 0 | 0.38 | 0.29 | 0.18 | 345.57 | 0.47 | 0.67 |
| Hex | D2 | 83 | 96 | 0 | 26 | 1D | 12 | 15A | 2F | 43 |
| Octal | 322 | 203 | 226 | 0 | 46 | 35 | 22 | 532 | 57 | 103 |
| Binary | 11010010 | 10000011 | 10010110 | 0 | 100110 | 11101 | 10010 | 101011010 | 101111 | 1000011 |
Color Harmonies of #D28396
Complementary color
Monochromatic Colors of #D28396
Black with #D28396
Text Example
Text Example
White with #D28396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28396; }
p { color: rgb(210,131,150); }
H1.HeaderClassName
{
color: #D28396;
}
.AnyTagClassName
{
color: #D28396;
}
</style>
background-color css
<style>
a { background-color: #D28396; }
a { background-color: rgb(210,131,150); }
div.DivClassName
{
background-color: #D28396;
}
.BgClassName
{
background-color: #D28396;
}
</style>
border-color css
<style>
span { border-color: #D28396; }
span { border-color: rgb(210,131,150); }
td.TdClassName
{
border-color: #D28396;
}
.TagClassName
{
border-color: #D28396;
}
</style>