Shades of Puce #D07F99
Tints of Puce #D07F99
RGB
CMYK
RGB Variations
Color information
#D07F99 (or 0xD07F99) is known color: Puce. HEX triplet: D0, 7F and 99. RGB value is (208,127,153). Sum of RGB (Red+Green+Blue) = 208+127+153=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07F99 is #2F8066. Grayscale: #9A9A9A. Windows color (decimal): -3113063 or 10059728. OLE color: 10059728.
HSL color Cylindrical-coordinate representation of color #D07F99: hue angle of 340.74º 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 #D07F99 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 153 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.18 |
| HSL | 340.74º | 0.46% | 0.66% | - |
| HSV(B) | 340.74º | 0.39% | 0.82% | - |
| XYZ | 39.35 | 30.89 | 34.03 | - |
| YUV | 154.18 | 127.34 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 153 | 0 | 0.39 | 0.26 | 0.18 | 340.74 | 0.46 | 0.66 |
| Hex | D0 | 7F | 99 | 0 | 27 | 1A | 12 | 155 | 2E | 42 |
| Octal | 320 | 177 | 231 | 0 | 47 | 32 | 22 | 525 | 56 | 102 |
| Binary | 11010000 | 1111111 | 10011001 | 0 | 100111 | 11010 | 10010 | 101010101 | 101110 | 1000010 |
Color Harmonies of #D07F99
Complementary color
Monochromatic Colors of #D07F99
Black with #D07F99
Text Example
Text Example
White with #D07F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07F99; }
p { color: rgb(208,127,153); }
H1.HeaderClassName
{
color: #D07F99;
}
.AnyTagClassName
{
color: #D07F99;
}
</style>
background-color css
<style>
a { background-color: #D07F99; }
a { background-color: rgb(208,127,153); }
div.DivClassName
{
background-color: #D07F99;
}
.BgClassName
{
background-color: #D07F99;
}
</style>
border-color css
<style>
span { border-color: #D07F99; }
span { border-color: rgb(208,127,153); }
td.TdClassName
{
border-color: #D07F99;
}
.TagClassName
{
border-color: #D07F99;
}
</style>