Shades of Puce #D5858A
Tints of Puce #D5858A
RGB
CMYK
RGB Variations
Color information
#D5858A (or 0xD5858A) is known color: Puce. HEX triplet: D5, 85 and 8A. RGB value is (213,133,138). Sum of RGB (Red+Green+Blue) = 213+133+138=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D5858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5858A is #2A7A75. Grayscale: #9D9D9D. Windows color (decimal): -2783862 or 9078229. OLE color: 9078229.
HSL color Cylindrical-coordinate representation of color #D5858A: hue angle of 356.25º 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 #D5858A is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 138 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.16 |
| HSL | 356.25º | 0.49% | 0.68% | - |
| HSV(B) | 356.25º | 0.38% | 0.84% | - |
| XYZ | 40.42 | 32.76 | 28.24 | - |
| YUV | 157.49 | 117 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 138 | 0 | 0.38 | 0.35 | 0.16 | 356.25 | 0.49 | 0.68 |
| Hex | D5 | 85 | 8A | 0 | 26 | 23 | 10 | 164 | 31 | 44 |
| Octal | 325 | 205 | 212 | 0 | 46 | 43 | 20 | 544 | 61 | 104 |
| Binary | 11010101 | 10000101 | 10001010 | 0 | 100110 | 100011 | 10000 | 101100100 | 110001 | 1000100 |
Color Harmonies of #D5858A
Complementary color
Monochromatic Colors of #D5858A
Black with #D5858A
Text Example
Text Example
White with #D5858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5858A; }
p { color: rgb(213,133,138); }
H1.HeaderClassName
{
color: #D5858A;
}
.AnyTagClassName
{
color: #D5858A;
}
</style>
background-color css
<style>
a { background-color: #D5858A; }
a { background-color: rgb(213,133,138); }
div.DivClassName
{
background-color: #D5858A;
}
.BgClassName
{
background-color: #D5858A;
}
</style>
border-color css
<style>
span { border-color: #D5858A; }
span { border-color: rgb(213,133,138); }
td.TdClassName
{
border-color: #D5858A;
}
.TagClassName
{
border-color: #D5858A;
}
</style>