Shades of Puce #D07F9B
Tints of Puce #D07F9B
RGB
CMYK
RGB Variations
Color information
#D07F9B (or 0xD07F9B) is known color: Puce. HEX triplet: D0, 7F and 9B. RGB value is (208,127,155). Sum of RGB (Red+Green+Blue) = 208+127+155=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07F9B is #2F8064. Grayscale: #9A9A9A. Windows color (decimal): -3113061 or 10190800. OLE color: 10190800.
HSL color Cylindrical-coordinate representation of color #D07F9B: hue angle of 339.26º 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 #D07F9B is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 155 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.18 |
| HSL | 339.26º | 0.46% | 0.66% | - |
| HSV(B) | 339.26º | 0.39% | 0.82% | - |
| XYZ | 39.52 | 30.96 | 34.9 | - |
| YUV | 154.41 | 128.34 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 155 | 0 | 0.39 | 0.25 | 0.18 | 339.26 | 0.46 | 0.66 |
| Hex | D0 | 7F | 9B | 0 | 27 | 19 | 12 | 153 | 2E | 42 |
| Octal | 320 | 177 | 233 | 0 | 47 | 31 | 22 | 523 | 56 | 102 |
| Binary | 11010000 | 1111111 | 10011011 | 0 | 100111 | 11001 | 10010 | 101010011 | 101110 | 1000010 |
Color Harmonies of #D07F9B
Complementary color
Monochromatic Colors of #D07F9B
Black with #D07F9B
Text Example
Text Example
White with #D07F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07F9B; }
p { color: rgb(208,127,155); }
H1.HeaderClassName
{
color: #D07F9B;
}
.AnyTagClassName
{
color: #D07F9B;
}
</style>
background-color css
<style>
a { background-color: #D07F9B; }
a { background-color: rgb(208,127,155); }
div.DivClassName
{
background-color: #D07F9B;
}
.BgClassName
{
background-color: #D07F9B;
}
</style>
border-color css
<style>
span { border-color: #D07F9B; }
span { border-color: rgb(208,127,155); }
td.TdClassName
{
border-color: #D07F9B;
}
.TagClassName
{
border-color: #D07F9B;
}
</style>