Shades of Puce #D07E93
Tints of Puce #D07E93
RGB
CMYK
RGB Variations
Color information
#D07E93 (or 0xD07E93) is known color: Puce. HEX triplet: D0, 7E and 93. RGB value is (208,126,147). Sum of RGB (Red+Green+Blue) = 208+126+147=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07E93 is #2F816C. Grayscale: #989898. Windows color (decimal): -3113325 or 9666256. OLE color: 9666256.
HSL color Cylindrical-coordinate representation of color #D07E93: hue angle of 344.63º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07E93 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 126 | 147 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.18 |
| HSL | 344.63º | 0.47% | 0.65% | - |
| HSV(B) | 344.63º | 0.39% | 0.82% | - |
| XYZ | 38.74 | 30.44 | 31.44 | - |
| YUV | 152.91 | 124.67 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 147 | 0 | 0.39 | 0.29 | 0.18 | 344.63 | 0.47 | 0.65 |
| Hex | D0 | 7E | 93 | 0 | 27 | 1D | 12 | 159 | 2F | 41 |
| Octal | 320 | 176 | 223 | 0 | 47 | 35 | 22 | 531 | 57 | 101 |
| Binary | 11010000 | 1111110 | 10010011 | 0 | 100111 | 11101 | 10010 | 101011001 | 101111 | 1000001 |
Color Harmonies of #D07E93
Complementary color
Monochromatic Colors of #D07E93
Black with #D07E93
Text Example
Text Example
White with #D07E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07E93; }
p { color: rgb(208,126,147); }
H1.HeaderClassName
{
color: #D07E93;
}
.AnyTagClassName
{
color: #D07E93;
}
</style>
background-color css
<style>
a { background-color: #D07E93; }
a { background-color: rgb(208,126,147); }
div.DivClassName
{
background-color: #D07E93;
}
.BgClassName
{
background-color: #D07E93;
}
</style>
border-color css
<style>
span { border-color: #D07E93; }
span { border-color: rgb(208,126,147); }
td.TdClassName
{
border-color: #D07E93;
}
.TagClassName
{
border-color: #D07E93;
}
</style>