Shades of Puce #D1819D
Tints of Puce #D1819D
RGB
CMYK
RGB Variations
Color information
#D1819D (or 0xD1819D) is known color: Puce. HEX triplet: D1, 81 and 9D. RGB value is (209,129,157). Sum of RGB (Red+Green+Blue) = 209+129+157=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D1819D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1819D is #2E7E62. Grayscale: #9C9C9C. Windows color (decimal): -3047011 or 10322385. OLE color: 10322385.
HSL color Cylindrical-coordinate representation of color #D1819D: hue angle of 339º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D1819D is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 129 | 157 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.18 |
| HSL | 339º | 0.47% | 0.66% | - |
| HSV(B) | 339º | 0.38% | 0.82% | - |
| XYZ | 40.23 | 31.69 | 35.89 | - |
| YUV | 156.11 | 128.5 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 129 | 157 | 0 | 0.38 | 0.25 | 0.18 | 339 | 0.47 | 0.66 |
| Hex | D1 | 81 | 9D | 0 | 26 | 19 | 12 | 153 | 2F | 42 |
| Octal | 321 | 201 | 235 | 0 | 46 | 31 | 22 | 523 | 57 | 102 |
| Binary | 11010001 | 10000001 | 10011101 | 0 | 100110 | 11001 | 10010 | 101010011 | 101111 | 1000010 |
Color Harmonies of #D1819D
Complementary color
Monochromatic Colors of #D1819D
Black with #D1819D
Text Example
Text Example
White with #D1819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1819D; }
p { color: rgb(209,129,157); }
H1.HeaderClassName
{
color: #D1819D;
}
.AnyTagClassName
{
color: #D1819D;
}
</style>
background-color css
<style>
a { background-color: #D1819D; }
a { background-color: rgb(209,129,157); }
div.DivClassName
{
background-color: #D1819D;
}
.BgClassName
{
background-color: #D1819D;
}
</style>
border-color css
<style>
span { border-color: #D1819D; }
span { border-color: rgb(209,129,157); }
td.TdClassName
{
border-color: #D1819D;
}
.TagClassName
{
border-color: #D1819D;
}
</style>