Shades of Puce #D28197
Tints of Puce #D28197
RGB
CMYK
RGB Variations
Color information
#D28197 (or 0xD28197) is known color: Puce. HEX triplet: D2, 81 and 97. RGB value is (210,129,151). Sum of RGB (Red+Green+Blue) = 210+129+151=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D28197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28197 is #2D7E68. Grayscale: #9B9B9B. Windows color (decimal): -2981481 or 9929170. OLE color: 9929170.
HSL color Cylindrical-coordinate representation of color #D28197: hue angle of 343.7º 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 #D28197 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 129 | 151 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.18 |
| HSL | 343.7º | 0.47% | 0.66% | - |
| HSV(B) | 343.7º | 0.39% | 0.82% | - |
| XYZ | 40.01 | 31.64 | 33.28 | - |
| YUV | 155.73 | 125.34 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 151 | 0 | 0.39 | 0.28 | 0.18 | 343.7 | 0.47 | 0.66 |
| Hex | D2 | 81 | 97 | 0 | 27 | 1C | 12 | 158 | 2F | 42 |
| Octal | 322 | 201 | 227 | 0 | 47 | 34 | 22 | 530 | 57 | 102 |
| Binary | 11010010 | 10000001 | 10010111 | 0 | 100111 | 11100 | 10010 | 101011000 | 101111 | 1000010 |
Color Harmonies of #D28197
Complementary color
Monochromatic Colors of #D28197
Black with #D28197
Text Example
Text Example
White with #D28197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28197; }
p { color: rgb(210,129,151); }
H1.HeaderClassName
{
color: #D28197;
}
.AnyTagClassName
{
color: #D28197;
}
</style>
background-color css
<style>
a { background-color: #D28197; }
a { background-color: rgb(210,129,151); }
div.DivClassName
{
background-color: #D28197;
}
.BgClassName
{
background-color: #D28197;
}
</style>
border-color css
<style>
span { border-color: #D28197; }
span { border-color: rgb(210,129,151); }
td.TdClassName
{
border-color: #D28197;
}
.TagClassName
{
border-color: #D28197;
}
</style>