Shades of Puce #D37D9F
Tints of Puce #D37D9F
RGB
CMYK
RGB Variations
Color information
#D37D9F (or 0xD37D9F) is known color: Puce. HEX triplet: D3, 7D and 9F. RGB value is (211,125,159). Sum of RGB (Red+Green+Blue) = 211+125+159=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 211 - color contains mainly: red. Hex color #D37D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37D9F is #2C8260. Grayscale: #9A9A9A. Windows color (decimal): -2916961 or 10452435. OLE color: 10452435.
HSL color Cylindrical-coordinate representation of color #D37D9F: hue angle of 336.28º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D37D9F is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 125 | 159 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.17 |
| HSL | 336.28º | 0.49% | 0.66% | - |
| HSV(B) | 336.28º | 0.41% | 0.83% | - |
| XYZ | 40.46 | 31.02 | 36.66 | - |
| YUV | 154.59 | 130.49 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 125 | 159 | 0 | 0.41 | 0.25 | 0.17 | 336.28 | 0.49 | 0.66 |
| Hex | D3 | 7D | 9F | 0 | 29 | 19 | 11 | 150 | 31 | 42 |
| Octal | 323 | 175 | 237 | 0 | 51 | 31 | 21 | 520 | 61 | 102 |
| Binary | 11010011 | 1111101 | 10011111 | 0 | 101001 | 11001 | 10001 | 101010000 | 110001 | 1000010 |
Color Harmonies of #D37D9F
Complementary color
Monochromatic Colors of #D37D9F
Black with #D37D9F
Text Example
Text Example
White with #D37D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37D9F; }
p { color: rgb(211,125,159); }
H1.HeaderClassName
{
color: #D37D9F;
}
.AnyTagClassName
{
color: #D37D9F;
}
</style>
background-color css
<style>
a { background-color: #D37D9F; }
a { background-color: rgb(211,125,159); }
div.DivClassName
{
background-color: #D37D9F;
}
.BgClassName
{
background-color: #D37D9F;
}
</style>
border-color css
<style>
span { border-color: #D37D9F; }
span { border-color: rgb(211,125,159); }
td.TdClassName
{
border-color: #D37D9F;
}
.TagClassName
{
border-color: #D37D9F;
}
</style>