Shades of Puce #D57F93
Tints of Puce #D57F93
RGB
CMYK
RGB Variations
Color information
#D57F93 (or 0xD57F93) is known color: Puce. HEX triplet: D5, 7F and 93. RGB value is (213,127,147). Sum of RGB (Red+Green+Blue) = 213+127+147=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57F93 is #2A806C. Grayscale: #9B9B9B. Windows color (decimal): -2785389 or 9666517. OLE color: 9666517.
HSL color Cylindrical-coordinate representation of color #D57F93: hue angle of 346.05º 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 #D57F93 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 147 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.16 |
| HSL | 346.05º | 0.51% | 0.67% | - |
| HSV(B) | 346.05º | 0.4% | 0.84% | - |
| XYZ | 40.3 | 31.43 | 31.55 | - |
| YUV | 154.99 | 123.49 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 147 | 0 | 0.40 | 0.31 | 0.16 | 346.05 | 0.51 | 0.67 |
| Hex | D5 | 7F | 93 | 0 | 28 | 1F | 10 | 15A | 33 | 43 |
| Octal | 325 | 177 | 223 | 0 | 50 | 37 | 20 | 532 | 63 | 103 |
| Binary | 11010101 | 1111111 | 10010011 | 0 | 101000 | 11111 | 10000 | 101011010 | 110011 | 1000011 |
Color Harmonies of #D57F93
Complementary color
Monochromatic Colors of #D57F93
Black with #D57F93
Text Example
Text Example
White with #D57F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57F93; }
p { color: rgb(213,127,147); }
H1.HeaderClassName
{
color: #D57F93;
}
.AnyTagClassName
{
color: #D57F93;
}
</style>
background-color css
<style>
a { background-color: #D57F93; }
a { background-color: rgb(213,127,147); }
div.DivClassName
{
background-color: #D57F93;
}
.BgClassName
{
background-color: #D57F93;
}
</style>
border-color css
<style>
span { border-color: #D57F93; }
span { border-color: rgb(213,127,147); }
td.TdClassName
{
border-color: #D57F93;
}
.TagClassName
{
border-color: #D57F93;
}
</style>