Shades of Puce #D5848D
Tints of Puce #D5848D
RGB
CMYK
RGB Variations
Color information
#D5848D (or 0xD5848D) is known color: Puce. HEX triplet: D5, 84 and 8D. RGB value is (213,132,141). Sum of RGB (Red+Green+Blue) = 213+132+141=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D5848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5848D is #2A7B72. Grayscale: #9D9D9D. Windows color (decimal): -2784115 or 9274581. OLE color: 9274581.
HSL color Cylindrical-coordinate representation of color #D5848D: hue angle of 353.33º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5848D is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 141 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.16 |
| HSL | 353.33º | 0.49% | 0.68% | - |
| HSV(B) | 353.33º | 0.38% | 0.84% | - |
| XYZ | 40.5 | 32.57 | 29.35 | - |
| YUV | 157.25 | 118.84 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 141 | 0 | 0.38 | 0.34 | 0.16 | 353.33 | 0.49 | 0.68 |
| Hex | D5 | 84 | 8D | 0 | 26 | 22 | 10 | 161 | 31 | 44 |
| Octal | 325 | 204 | 215 | 0 | 46 | 42 | 20 | 541 | 61 | 104 |
| Binary | 11010101 | 10000100 | 10001101 | 0 | 100110 | 100010 | 10000 | 101100001 | 110001 | 1000100 |
Color Harmonies of #D5848D
Complementary color
Monochromatic Colors of #D5848D
Black with #D5848D
Text Example
Text Example
White with #D5848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5848D; }
p { color: rgb(213,132,141); }
H1.HeaderClassName
{
color: #D5848D;
}
.AnyTagClassName
{
color: #D5848D;
}
</style>
background-color css
<style>
a { background-color: #D5848D; }
a { background-color: rgb(213,132,141); }
div.DivClassName
{
background-color: #D5848D;
}
.BgClassName
{
background-color: #D5848D;
}
</style>
border-color css
<style>
span { border-color: #D5848D; }
span { border-color: rgb(213,132,141); }
td.TdClassName
{
border-color: #D5848D;
}
.TagClassName
{
border-color: #D5848D;
}
</style>