Shades of Puce #D07EA7
Tints of Puce #D07EA7
RGB
CMYK
RGB Variations
Color information
#D07EA7 (or 0xD07EA7) is known color: Puce. HEX triplet: D0, 7E and A7. RGB value is (208,126,167). Sum of RGB (Red+Green+Blue) = 208+126+167=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 167 (65.62% from 255 or 33.33% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D07EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07EA7 is #2F8158. Grayscale: #9B9B9B. Windows color (decimal): -3113305 or 10976976. OLE color: 10976976.
HSL color Cylindrical-coordinate representation of color #D07EA7: hue angle of 330º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07EA7 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 126 | 167 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.18 |
| HSL | 330º | 0.47% | 0.65% | - |
| HSV(B) | 330º | 0.39% | 0.82% | - |
| XYZ | 40.45 | 31.12 | 40.43 | - |
| YUV | 155.19 | 134.67 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 167 | 0 | 0.39 | 0.20 | 0.18 | 330 | 0.47 | 0.65 |
| Hex | D0 | 7E | A7 | 0 | 27 | 14 | 12 | 14A | 2F | 41 |
| Octal | 320 | 176 | 247 | 0 | 47 | 24 | 22 | 512 | 57 | 101 |
| Binary | 11010000 | 1111110 | 10100111 | 0 | 100111 | 10100 | 10010 | 101001010 | 101111 | 1000001 |
Color Harmonies of #D07EA7
Complementary color
Monochromatic Colors of #D07EA7
Black with #D07EA7
Text Example
Text Example
White with #D07EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07EA7; }
p { color: rgb(208,126,167); }
H1.HeaderClassName
{
color: #D07EA7;
}
.AnyTagClassName
{
color: #D07EA7;
}
</style>
background-color css
<style>
a { background-color: #D07EA7; }
a { background-color: rgb(208,126,167); }
div.DivClassName
{
background-color: #D07EA7;
}
.BgClassName
{
background-color: #D07EA7;
}
</style>
border-color css
<style>
span { border-color: #D07EA7; }
span { border-color: rgb(208,126,167); }
td.TdClassName
{
border-color: #D07EA7;
}
.TagClassName
{
border-color: #D07EA7;
}
</style>