Shades of Puce #D18299
Tints of Puce #D18299
RGB
CMYK
RGB Variations
Color information
#D18299 (or 0xD18299) is known color: Puce. HEX triplet: D1, 82 and 99. RGB value is (209,130,153). Sum of RGB (Red+Green+Blue) = 209+130+153=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D18299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18299 is #2E7D66. Grayscale: #9C9C9C. Windows color (decimal): -3046759 or 10060497. OLE color: 10060497.
HSL color Cylindrical-coordinate representation of color #D18299: hue angle of 342.53º degrees, saturation: 0.46, 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 #D18299 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 153 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.18 |
| HSL | 342.53º | 0.46% | 0.66% | - |
| HSV(B) | 342.53º | 0.38% | 0.82% | - |
| XYZ | 40.03 | 31.82 | 34.17 | - |
| YUV | 156.24 | 126.17 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 153 | 0 | 0.38 | 0.27 | 0.18 | 342.53 | 0.46 | 0.66 |
| Hex | D1 | 82 | 99 | 0 | 26 | 1B | 12 | 157 | 2E | 42 |
| Octal | 321 | 202 | 231 | 0 | 46 | 33 | 22 | 527 | 56 | 102 |
| Binary | 11010001 | 10000010 | 10011001 | 0 | 100110 | 11011 | 10010 | 101010111 | 101110 | 1000010 |
Color Harmonies of #D18299
Complementary color
Monochromatic Colors of #D18299
Black with #D18299
Text Example
Text Example
White with #D18299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18299; }
p { color: rgb(209,130,153); }
H1.HeaderClassName
{
color: #D18299;
}
.AnyTagClassName
{
color: #D18299;
}
</style>
background-color css
<style>
a { background-color: #D18299; }
a { background-color: rgb(209,130,153); }
div.DivClassName
{
background-color: #D18299;
}
.BgClassName
{
background-color: #D18299;
}
</style>
border-color css
<style>
span { border-color: #D18299; }
span { border-color: rgb(209,130,153); }
td.TdClassName
{
border-color: #D18299;
}
.TagClassName
{
border-color: #D18299;
}
</style>