Shades of Puce #D07DA0
Tints of Puce #D07DA0
RGB
CMYK
RGB Variations
Color information
#D07DA0 (or 0xD07DA0) is known color: Puce. HEX triplet: D0, 7D and A0. RGB value is (208,125,160). Sum of RGB (Red+Green+Blue) = 208+125+160=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D07DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07DA0 is #2F825F. Grayscale: #999999. Windows color (decimal): -3113568 or 10517968. OLE color: 10517968.
HSL color Cylindrical-coordinate representation of color #D07DA0: hue angle of 334.7º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07DA0 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 125 | 160 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.18 |
| HSL | 334.7º | 0.47% | 0.65% | - |
| HSV(B) | 334.7º | 0.4% | 0.82% | - |
| XYZ | 39.69 | 30.62 | 37.08 | - |
| YUV | 153.81 | 131.5 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 160 | 0 | 0.40 | 0.23 | 0.18 | 334.7 | 0.47 | 0.65 |
| Hex | D0 | 7D | A0 | 0 | 28 | 17 | 12 | 14F | 2F | 41 |
| Octal | 320 | 175 | 240 | 0 | 50 | 27 | 22 | 517 | 57 | 101 |
| Binary | 11010000 | 1111101 | 10100000 | 0 | 101000 | 10111 | 10010 | 101001111 | 101111 | 1000001 |
Color Harmonies of #D07DA0
Complementary color
Monochromatic Colors of #D07DA0
Black with #D07DA0
Text Example
Text Example
White with #D07DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07DA0; }
p { color: rgb(208,125,160); }
H1.HeaderClassName
{
color: #D07DA0;
}
.AnyTagClassName
{
color: #D07DA0;
}
</style>
background-color css
<style>
a { background-color: #D07DA0; }
a { background-color: rgb(208,125,160); }
div.DivClassName
{
background-color: #D07DA0;
}
.BgClassName
{
background-color: #D07DA0;
}
</style>
border-color css
<style>
span { border-color: #D07DA0; }
span { border-color: rgb(208,125,160); }
td.TdClassName
{
border-color: #D07DA0;
}
.TagClassName
{
border-color: #D07DA0;
}
</style>