Shades of Puce #D07FA1
Tints of Puce #D07FA1
RGB
CMYK
RGB Variations
Color information
#D07FA1 (or 0xD07FA1) is known color: Puce. HEX triplet: D0, 7F and A1. RGB value is (208,127,161). Sum of RGB (Red+Green+Blue) = 208+127+161=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07FA1 is #2F805E. Grayscale: #9B9B9B. Windows color (decimal): -3113055 or 10584016. OLE color: 10584016.
HSL color Cylindrical-coordinate representation of color #D07FA1: hue angle of 334.81º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07FA1 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 161 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.18 |
| HSL | 334.81º | 0.46% | 0.66% | - |
| HSV(B) | 334.81º | 0.39% | 0.82% | - |
| XYZ | 40.03 | 31.16 | 37.62 | - |
| YUV | 155.1 | 131.34 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 161 | 0 | 0.39 | 0.23 | 0.18 | 334.81 | 0.46 | 0.66 |
| Hex | D0 | 7F | A1 | 0 | 27 | 17 | 12 | 14F | 2E | 42 |
| Octal | 320 | 177 | 241 | 0 | 47 | 27 | 22 | 517 | 56 | 102 |
| Binary | 11010000 | 1111111 | 10100001 | 0 | 100111 | 10111 | 10010 | 101001111 | 101110 | 1000010 |
Color Harmonies of #D07FA1
Complementary color
Monochromatic Colors of #D07FA1
Black with #D07FA1
Text Example
Text Example
White with #D07FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07FA1; }
p { color: rgb(208,127,161); }
H1.HeaderClassName
{
color: #D07FA1;
}
.AnyTagClassName
{
color: #D07FA1;
}
</style>
background-color css
<style>
a { background-color: #D07FA1; }
a { background-color: rgb(208,127,161); }
div.DivClassName
{
background-color: #D07FA1;
}
.BgClassName
{
background-color: #D07FA1;
}
</style>
border-color css
<style>
span { border-color: #D07FA1; }
span { border-color: rgb(208,127,161); }
td.TdClassName
{
border-color: #D07FA1;
}
.TagClassName
{
border-color: #D07FA1;
}
</style>