Shades of Puce #D07F9A
Tints of Puce #D07F9A
RGB
CMYK
RGB Variations
Color information
#D07F9A (or 0xD07F9A) is known color: Puce. HEX triplet: D0, 7F and 9A. RGB value is (208,127,154). Sum of RGB (Red+Green+Blue) = 208+127+154=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07F9A is #2F8065. Grayscale: #9A9A9A. Windows color (decimal): -3113062 or 10125264. OLE color: 10125264.
HSL color Cylindrical-coordinate representation of color #D07F9A: hue angle of 340º 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 #D07F9A is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 154 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.18 |
| HSL | 340º | 0.46% | 0.66% | - |
| HSV(B) | 340º | 0.39% | 0.82% | - |
| XYZ | 39.43 | 30.92 | 34.46 | - |
| YUV | 154.3 | 127.84 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 154 | 0 | 0.39 | 0.26 | 0.18 | 340 | 0.46 | 0.66 |
| Hex | D0 | 7F | 9A | 0 | 27 | 1A | 12 | 154 | 2E | 42 |
| Octal | 320 | 177 | 232 | 0 | 47 | 32 | 22 | 524 | 56 | 102 |
| Binary | 11010000 | 1111111 | 10011010 | 0 | 100111 | 11010 | 10010 | 101010100 | 101110 | 1000010 |
Color Harmonies of #D07F9A
Complementary color
Monochromatic Colors of #D07F9A
Black with #D07F9A
Text Example
Text Example
White with #D07F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07F9A; }
p { color: rgb(208,127,154); }
H1.HeaderClassName
{
color: #D07F9A;
}
.AnyTagClassName
{
color: #D07F9A;
}
</style>
background-color css
<style>
a { background-color: #D07F9A; }
a { background-color: rgb(208,127,154); }
div.DivClassName
{
background-color: #D07F9A;
}
.BgClassName
{
background-color: #D07F9A;
}
</style>
border-color css
<style>
span { border-color: #D07F9A; }
span { border-color: rgb(208,127,154); }
td.TdClassName
{
border-color: #D07F9A;
}
.TagClassName
{
border-color: #D07F9A;
}
</style>