Shades of Puce #D67F93
Tints of Puce #D67F93
RGB
CMYK
RGB Variations
Color information
#D67F93 (or 0xD67F93) is known color: Puce. HEX triplet: D6, 7F and 93. RGB value is (214,127,147). Sum of RGB (Red+Green+Blue) = 214+127+147=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67F93 is #29806C. Grayscale: #9B9B9B. Windows color (decimal): -2719853 or 9666518. OLE color: 9666518.
HSL color Cylindrical-coordinate representation of color #D67F93: hue angle of 346.21º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D67F93 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 127 | 147 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.16 |
| HSL | 346.21º | 0.51% | 0.67% | - |
| HSV(B) | 346.21º | 0.41% | 0.84% | - |
| XYZ | 40.59 | 31.58 | 31.56 | - |
| YUV | 155.29 | 123.32 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 147 | 0 | 0.41 | 0.31 | 0.16 | 346.21 | 0.51 | 0.67 |
| Hex | D6 | 7F | 93 | 0 | 29 | 1F | 10 | 15A | 33 | 43 |
| Octal | 326 | 177 | 223 | 0 | 51 | 37 | 20 | 532 | 63 | 103 |
| Binary | 11010110 | 1111111 | 10010011 | 0 | 101001 | 11111 | 10000 | 101011010 | 110011 | 1000011 |
Color Harmonies of #D67F93
Complementary color
Monochromatic Colors of #D67F93
Black with #D67F93
Text Example
Text Example
White with #D67F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67F93; }
p { color: rgb(214,127,147); }
H1.HeaderClassName
{
color: #D67F93;
}
.AnyTagClassName
{
color: #D67F93;
}
</style>
background-color css
<style>
a { background-color: #D67F93; }
a { background-color: rgb(214,127,147); }
div.DivClassName
{
background-color: #D67F93;
}
.BgClassName
{
background-color: #D67F93;
}
</style>
border-color css
<style>
span { border-color: #D67F93; }
span { border-color: rgb(214,127,147); }
td.TdClassName
{
border-color: #D67F93;
}
.TagClassName
{
border-color: #D67F93;
}
</style>