Shades of Puce #D4848D
Tints of Puce #D4848D
RGB
CMYK
RGB Variations
Color information
#D4848D (or 0xD4848D) is known color: Puce. HEX triplet: D4, 84 and 8D. RGB value is (212,132,141). Sum of RGB (Red+Green+Blue) = 212+132+141=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D4848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4848D is #2B7B72. Grayscale: #9C9C9C. Windows color (decimal): -2849651 or 9274580. OLE color: 9274580.
HSL color Cylindrical-coordinate representation of color #D4848D: hue angle of 353.25º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D4848D is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 132 | 141 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.17 |
| HSL | 353.25º | 0.48% | 0.67% | - |
| HSV(B) | 353.25º | 0.38% | 0.83% | - |
| XYZ | 40.21 | 32.42 | 29.34 | - |
| YUV | 156.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 132 | 141 | 0 | 0.38 | 0.33 | 0.17 | 353.25 | 0.48 | 0.67 |
| Hex | D4 | 84 | 8D | 0 | 26 | 21 | 11 | 161 | 30 | 43 |
| Octal | 324 | 204 | 215 | 0 | 46 | 41 | 21 | 541 | 60 | 103 |
| Binary | 11010100 | 10000100 | 10001101 | 0 | 100110 | 100001 | 10001 | 101100001 | 110000 | 1000011 |
Color Harmonies of #D4848D
Complementary color
Monochromatic Colors of #D4848D
Black with #D4848D
Text Example
Text Example
White with #D4848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4848D; }
p { color: rgb(212,132,141); }
H1.HeaderClassName
{
color: #D4848D;
}
.AnyTagClassName
{
color: #D4848D;
}
</style>
background-color css
<style>
a { background-color: #D4848D; }
a { background-color: rgb(212,132,141); }
div.DivClassName
{
background-color: #D4848D;
}
.BgClassName
{
background-color: #D4848D;
}
</style>
border-color css
<style>
span { border-color: #D4848D; }
span { border-color: rgb(212,132,141); }
td.TdClassName
{
border-color: #D4848D;
}
.TagClassName
{
border-color: #D4848D;
}
</style>