Shades of Puce #D28196
Tints of Puce #D28196
RGB
CMYK
RGB Variations
Color information
#D28196 (or 0xD28196) is known color: Puce. HEX triplet: D2, 81 and 96. RGB value is (210,129,150). Sum of RGB (Red+Green+Blue) = 210+129+150=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D28196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28196 is #2D7E69. Grayscale: #9B9B9B. Windows color (decimal): -2981482 or 9863634. OLE color: 9863634.
HSL color Cylindrical-coordinate representation of color #D28196: hue angle of 344.44º degrees, saturation: 0.47, 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 #D28196 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 129 | 150 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.18 |
| HSL | 344.44º | 0.47% | 0.66% | - |
| HSV(B) | 344.44º | 0.39% | 0.82% | - |
| XYZ | 39.93 | 31.6 | 32.85 | - |
| YUV | 155.61 | 124.84 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 150 | 0 | 0.39 | 0.29 | 0.18 | 344.44 | 0.47 | 0.66 |
| Hex | D2 | 81 | 96 | 0 | 27 | 1D | 12 | 158 | 2F | 42 |
| Octal | 322 | 201 | 226 | 0 | 47 | 35 | 22 | 530 | 57 | 102 |
| Binary | 11010010 | 10000001 | 10010110 | 0 | 100111 | 11101 | 10010 | 101011000 | 101111 | 1000010 |
Color Harmonies of #D28196
Complementary color
Monochromatic Colors of #D28196
Black with #D28196
Text Example
Text Example
White with #D28196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28196; }
p { color: rgb(210,129,150); }
H1.HeaderClassName
{
color: #D28196;
}
.AnyTagClassName
{
color: #D28196;
}
</style>
background-color css
<style>
a { background-color: #D28196; }
a { background-color: rgb(210,129,150); }
div.DivClassName
{
background-color: #D28196;
}
.BgClassName
{
background-color: #D28196;
}
</style>
border-color css
<style>
span { border-color: #D28196; }
span { border-color: rgb(210,129,150); }
td.TdClassName
{
border-color: #D28196;
}
.TagClassName
{
border-color: #D28196;
}
</style>