Shades of Puce #D07F96
Tints of Puce #D07F96
RGB
CMYK
RGB Variations
Color information
#D07F96 (or 0xD07F96) is known color: Puce. HEX triplet: D0, 7F and 96. RGB value is (208,127,150). Sum of RGB (Red+Green+Blue) = 208+127+150=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07F96 is #2F8069. Grayscale: #999999. Windows color (decimal): -3113066 or 9863120. OLE color: 9863120.
HSL color Cylindrical-coordinate representation of color #D07F96: hue angle of 342.96º 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 #D07F96 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 150 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.18 |
| HSL | 342.96º | 0.46% | 0.66% | - |
| HSV(B) | 342.96º | 0.39% | 0.82% | - |
| XYZ | 39.11 | 30.79 | 32.74 | - |
| YUV | 153.84 | 125.84 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 150 | 0 | 0.39 | 0.28 | 0.18 | 342.96 | 0.46 | 0.66 |
| Hex | D0 | 7F | 96 | 0 | 27 | 1C | 12 | 157 | 2E | 42 |
| Octal | 320 | 177 | 226 | 0 | 47 | 34 | 22 | 527 | 56 | 102 |
| Binary | 11010000 | 1111111 | 10010110 | 0 | 100111 | 11100 | 10010 | 101010111 | 101110 | 1000010 |
Color Harmonies of #D07F96
Complementary color
Monochromatic Colors of #D07F96
Black with #D07F96
Text Example
Text Example
White with #D07F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07F96; }
p { color: rgb(208,127,150); }
H1.HeaderClassName
{
color: #D07F96;
}
.AnyTagClassName
{
color: #D07F96;
}
</style>
background-color css
<style>
a { background-color: #D07F96; }
a { background-color: rgb(208,127,150); }
div.DivClassName
{
background-color: #D07F96;
}
.BgClassName
{
background-color: #D07F96;
}
</style>
border-color css
<style>
span { border-color: #D07F96; }
span { border-color: rgb(208,127,150); }
td.TdClassName
{
border-color: #D07F96;
}
.TagClassName
{
border-color: #D07F96;
}
</style>