Shades of Puce #D07F98
Tints of Puce #D07F98
RGB
CMYK
RGB Variations
Color information
#D07F98 (or 0xD07F98) is known color: Puce. HEX triplet: D0, 7F and 98. RGB value is (208,127,152). Sum of RGB (Red+Green+Blue) = 208+127+152=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07F98 is #2F8067. Grayscale: #9A9A9A. Windows color (decimal): -3113064 or 9994192. OLE color: 9994192.
HSL color Cylindrical-coordinate representation of color #D07F98: hue angle of 341.48º 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 #D07F98 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 152 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.18 |
| HSL | 341.48º | 0.46% | 0.66% | - |
| HSV(B) | 341.48º | 0.39% | 0.82% | - |
| XYZ | 39.27 | 30.86 | 33.59 | - |
| YUV | 154.07 | 126.84 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 152 | 0 | 0.39 | 0.27 | 0.18 | 341.48 | 0.46 | 0.66 |
| Hex | D0 | 7F | 98 | 0 | 27 | 1B | 12 | 155 | 2E | 42 |
| Octal | 320 | 177 | 230 | 0 | 47 | 33 | 22 | 525 | 56 | 102 |
| Binary | 11010000 | 1111111 | 10011000 | 0 | 100111 | 11011 | 10010 | 101010101 | 101110 | 1000010 |
Color Harmonies of #D07F98
Complementary color
Monochromatic Colors of #D07F98
Black with #D07F98
Text Example
Text Example
White with #D07F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07F98; }
p { color: rgb(208,127,152); }
H1.HeaderClassName
{
color: #D07F98;
}
.AnyTagClassName
{
color: #D07F98;
}
</style>
background-color css
<style>
a { background-color: #D07F98; }
a { background-color: rgb(208,127,152); }
div.DivClassName
{
background-color: #D07F98;
}
.BgClassName
{
background-color: #D07F98;
}
</style>
border-color css
<style>
span { border-color: #D07F98; }
span { border-color: rgb(208,127,152); }
td.TdClassName
{
border-color: #D07F98;
}
.TagClassName
{
border-color: #D07F98;
}
</style>