Shades of Puce #D28393
Tints of Puce #D28393
RGB
CMYK
RGB Variations
Color information
#D28393 (or 0xD28393) is known color: Puce. HEX triplet: D2, 83 and 93. RGB value is (210,131,147). Sum of RGB (Red+Green+Blue) = 210+131+147=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D28393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28393 is #2D7C6C. Grayscale: #9C9C9C. Windows color (decimal): -2980973 or 9667538. OLE color: 9667538.
HSL color Cylindrical-coordinate representation of color #D28393: hue angle of 347.85º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D28393 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 147 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.18 |
| HSL | 347.85º | 0.47% | 0.67% | - |
| HSV(B) | 347.85º | 0.38% | 0.82% | - |
| XYZ | 39.96 | 32.04 | 31.68 | - |
| YUV | 156.45 | 122.67 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 147 | 0 | 0.38 | 0.30 | 0.18 | 347.85 | 0.47 | 0.67 |
| Hex | D2 | 83 | 93 | 0 | 26 | 1E | 12 | 15C | 2F | 43 |
| Octal | 322 | 203 | 223 | 0 | 46 | 36 | 22 | 534 | 57 | 103 |
| Binary | 11010010 | 10000011 | 10010011 | 0 | 100110 | 11110 | 10010 | 101011100 | 101111 | 1000011 |
Color Harmonies of #D28393
Complementary color
Monochromatic Colors of #D28393
Black with #D28393
Text Example
Text Example
White with #D28393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28393; }
p { color: rgb(210,131,147); }
H1.HeaderClassName
{
color: #D28393;
}
.AnyTagClassName
{
color: #D28393;
}
</style>
background-color css
<style>
a { background-color: #D28393; }
a { background-color: rgb(210,131,147); }
div.DivClassName
{
background-color: #D28393;
}
.BgClassName
{
background-color: #D28393;
}
</style>
border-color css
<style>
span { border-color: #D28393; }
span { border-color: rgb(210,131,147); }
td.TdClassName
{
border-color: #D28393;
}
.TagClassName
{
border-color: #D28393;
}
</style>