Shades of Puce #D28390
Tints of Puce #D28390
RGB
CMYK
RGB Variations
Color information
#D28390 (or 0xD28390) is known color: Puce. HEX triplet: D2, 83 and 90. RGB value is (210,131,144). Sum of RGB (Red+Green+Blue) = 210+131+144=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D28390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28390 is #2D7C6F. Grayscale: #9C9C9C. Windows color (decimal): -2980976 or 9470930. OLE color: 9470930.
HSL color Cylindrical-coordinate representation of color #D28390: hue angle of 350.13º 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 #D28390 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 144 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.18 |
| HSL | 350.13º | 0.47% | 0.67% | - |
| HSV(B) | 350.13º | 0.38% | 0.82% | - |
| XYZ | 39.73 | 31.95 | 30.46 | - |
| YUV | 156.1 | 121.17 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 144 | 0 | 0.38 | 0.31 | 0.18 | 350.13 | 0.47 | 0.67 |
| Hex | D2 | 83 | 90 | 0 | 26 | 1F | 12 | 15E | 2F | 43 |
| Octal | 322 | 203 | 220 | 0 | 46 | 37 | 22 | 536 | 57 | 103 |
| Binary | 11010010 | 10000011 | 10010000 | 0 | 100110 | 11111 | 10010 | 101011110 | 101111 | 1000011 |
Color Harmonies of #D28390
Complementary color
Monochromatic Colors of #D28390
Black with #D28390
Text Example
Text Example
White with #D28390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28390; }
p { color: rgb(210,131,144); }
H1.HeaderClassName
{
color: #D28390;
}
.AnyTagClassName
{
color: #D28390;
}
</style>
background-color css
<style>
a { background-color: #D28390; }
a { background-color: rgb(210,131,144); }
div.DivClassName
{
background-color: #D28390;
}
.BgClassName
{
background-color: #D28390;
}
</style>
border-color css
<style>
span { border-color: #D28390; }
span { border-color: rgb(210,131,144); }
td.TdClassName
{
border-color: #D28390;
}
.TagClassName
{
border-color: #D28390;
}
</style>