Shades of Puce #D18294
Tints of Puce #D18294
RGB
CMYK
RGB Variations
Color information
#D18294 (or 0xD18294) is known color: Puce. HEX triplet: D1, 82 and 94. RGB value is (209,130,148). Sum of RGB (Red+Green+Blue) = 209+130+148=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D18294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18294 is #2E7D6B. Grayscale: #9B9B9B. Windows color (decimal): -3046764 or 9732817. OLE color: 9732817.
HSL color Cylindrical-coordinate representation of color #D18294: hue angle of 346.33º 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 #D18294 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 148 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.18 |
| HSL | 346.33º | 0.46% | 0.66% | - |
| HSV(B) | 346.33º | 0.38% | 0.82% | - |
| XYZ | 39.62 | 31.66 | 32.04 | - |
| YUV | 155.67 | 123.67 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 148 | 0 | 0.38 | 0.29 | 0.18 | 346.33 | 0.46 | 0.66 |
| Hex | D1 | 82 | 94 | 0 | 26 | 1D | 12 | 15A | 2E | 42 |
| Octal | 321 | 202 | 224 | 0 | 46 | 35 | 22 | 532 | 56 | 102 |
| Binary | 11010001 | 10000010 | 10010100 | 0 | 100110 | 11101 | 10010 | 101011010 | 101110 | 1000010 |
Color Harmonies of #D18294
Complementary color
Monochromatic Colors of #D18294
Black with #D18294
Text Example
Text Example
White with #D18294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18294; }
p { color: rgb(209,130,148); }
H1.HeaderClassName
{
color: #D18294;
}
.AnyTagClassName
{
color: #D18294;
}
</style>
background-color css
<style>
a { background-color: #D18294; }
a { background-color: rgb(209,130,148); }
div.DivClassName
{
background-color: #D18294;
}
.BgClassName
{
background-color: #D18294;
}
</style>
border-color css
<style>
span { border-color: #D18294; }
span { border-color: rgb(209,130,148); }
td.TdClassName
{
border-color: #D18294;
}
.TagClassName
{
border-color: #D18294;
}
</style>