Shades of Puce #D57F96
Tints of Puce #D57F96
RGB
CMYK
RGB Variations
Color information
#D57F96 (or 0xD57F96) is known color: Puce. HEX triplet: D5, 7F and 96. RGB value is (213,127,150). Sum of RGB (Red+Green+Blue) = 213+127+150=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57F96 is #2A8069. Grayscale: #9B9B9B. Windows color (decimal): -2785386 or 9863125. OLE color: 9863125.
HSL color Cylindrical-coordinate representation of color #D57F96: hue angle of 343.95º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D57F96 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 150 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.16 |
| HSL | 343.95º | 0.51% | 0.67% | - |
| HSV(B) | 343.95º | 0.4% | 0.84% | - |
| XYZ | 40.53 | 31.53 | 32.8 | - |
| YUV | 155.34 | 124.99 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 150 | 0 | 0.40 | 0.30 | 0.16 | 343.95 | 0.51 | 0.67 |
| Hex | D5 | 7F | 96 | 0 | 28 | 1E | 10 | 158 | 33 | 43 |
| Octal | 325 | 177 | 226 | 0 | 50 | 36 | 20 | 530 | 63 | 103 |
| Binary | 11010101 | 1111111 | 10010110 | 0 | 101000 | 11110 | 10000 | 101011000 | 110011 | 1000011 |
Color Harmonies of #D57F96
Complementary color
Monochromatic Colors of #D57F96
Black with #D57F96
Text Example
Text Example
White with #D57F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57F96; }
p { color: rgb(213,127,150); }
H1.HeaderClassName
{
color: #D57F96;
}
.AnyTagClassName
{
color: #D57F96;
}
</style>
background-color css
<style>
a { background-color: #D57F96; }
a { background-color: rgb(213,127,150); }
div.DivClassName
{
background-color: #D57F96;
}
.BgClassName
{
background-color: #D57F96;
}
</style>
border-color css
<style>
span { border-color: #D57F96; }
span { border-color: rgb(213,127,150); }
td.TdClassName
{
border-color: #D57F96;
}
.TagClassName
{
border-color: #D57F96;
}
</style>