Shades of Puce #D37F93
Tints of Puce #D37F93
RGB
CMYK
RGB Variations
Color information
#D37F93 (or 0xD37F93) is known color: Puce. HEX triplet: D3, 7F and 93. RGB value is (211,127,147). Sum of RGB (Red+Green+Blue) = 211+127+147=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 211 - color contains mainly: red. Hex color #D37F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37F93 is #2C806C. Grayscale: #9A9A9A. Windows color (decimal): -2916461 or 9666515. OLE color: 9666515.
HSL color Cylindrical-coordinate representation of color #D37F93: hue angle of 345.71º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D37F93 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 127 | 147 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.17 |
| HSL | 345.71º | 0.49% | 0.66% | - |
| HSV(B) | 345.71º | 0.4% | 0.83% | - |
| XYZ | 39.72 | 31.13 | 31.52 | - |
| YUV | 154.4 | 123.83 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 127 | 147 | 0 | 0.40 | 0.30 | 0.17 | 345.71 | 0.49 | 0.66 |
| Hex | D3 | 7F | 93 | 0 | 28 | 1E | 11 | 15A | 31 | 42 |
| Octal | 323 | 177 | 223 | 0 | 50 | 36 | 21 | 532 | 61 | 102 |
| Binary | 11010011 | 1111111 | 10010011 | 0 | 101000 | 11110 | 10001 | 101011010 | 110001 | 1000010 |
Color Harmonies of #D37F93
Complementary color
Monochromatic Colors of #D37F93
Black with #D37F93
Text Example
Text Example
White with #D37F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37F93; }
p { color: rgb(211,127,147); }
H1.HeaderClassName
{
color: #D37F93;
}
.AnyTagClassName
{
color: #D37F93;
}
</style>
background-color css
<style>
a { background-color: #D37F93; }
a { background-color: rgb(211,127,147); }
div.DivClassName
{
background-color: #D37F93;
}
.BgClassName
{
background-color: #D37F93;
}
</style>
border-color css
<style>
span { border-color: #D37F93; }
span { border-color: rgb(211,127,147); }
td.TdClassName
{
border-color: #D37F93;
}
.TagClassName
{
border-color: #D37F93;
}
</style>