Shades of Puce #D37F9A
Tints of Puce #D37F9A
RGB
CMYK
RGB Variations
Color information
#D37F9A (or 0xD37F9A) is known color: Puce. HEX triplet: D3, 7F and 9A. RGB value is (211,127,154). Sum of RGB (Red+Green+Blue) = 211+127+154=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 211 - color contains mainly: red. Hex color #D37F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37F9A is #2C8065. Grayscale: #9B9B9B. Windows color (decimal): -2916454 or 10125267. OLE color: 10125267.
HSL color Cylindrical-coordinate representation of color #D37F9A: hue angle of 340.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 #D37F9A is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 127 | 154 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.17 |
| HSL | 340.71º | 0.49% | 0.66% | - |
| HSV(B) | 340.71º | 0.4% | 0.83% | - |
| XYZ | 40.29 | 31.36 | 34.5 | - |
| YUV | 155.19 | 127.33 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 127 | 154 | 0 | 0.40 | 0.27 | 0.17 | 340.71 | 0.49 | 0.66 |
| Hex | D3 | 7F | 9A | 0 | 28 | 1B | 11 | 155 | 31 | 42 |
| Octal | 323 | 177 | 232 | 0 | 50 | 33 | 21 | 525 | 61 | 102 |
| Binary | 11010011 | 1111111 | 10011010 | 0 | 101000 | 11011 | 10001 | 101010101 | 110001 | 1000010 |
Color Harmonies of #D37F9A
Complementary color
Monochromatic Colors of #D37F9A
Black with #D37F9A
Text Example
Text Example
White with #D37F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37F9A; }
p { color: rgb(211,127,154); }
H1.HeaderClassName
{
color: #D37F9A;
}
.AnyTagClassName
{
color: #D37F9A;
}
</style>
background-color css
<style>
a { background-color: #D37F9A; }
a { background-color: rgb(211,127,154); }
div.DivClassName
{
background-color: #D37F9A;
}
.BgClassName
{
background-color: #D37F9A;
}
</style>
border-color css
<style>
span { border-color: #D37F9A; }
span { border-color: rgb(211,127,154); }
td.TdClassName
{
border-color: #D37F9A;
}
.TagClassName
{
border-color: #D37F9A;
}
</style>