Shades of Puce #D28298
Tints of Puce #D28298
RGB
CMYK
RGB Variations
Color information
#D28298 (or 0xD28298) is known color: Puce. HEX triplet: D2, 82 and 98. RGB value is (210,130,152). Sum of RGB (Red+Green+Blue) = 210+130+152=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D28298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28298 is #2D7D67. Grayscale: #9C9C9C. Windows color (decimal): -2981224 or 9994962. OLE color: 9994962.
HSL color Cylindrical-coordinate representation of color #D28298: hue angle of 343.5º 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 #D28298 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 152 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.18 |
| HSL | 343.5º | 0.47% | 0.67% | - |
| HSV(B) | 343.5º | 0.38% | 0.82% | - |
| XYZ | 40.23 | 31.93 | 33.75 | - |
| YUV | 156.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 152 | 0 | 0.38 | 0.28 | 0.18 | 343.5 | 0.47 | 0.67 |
| Hex | D2 | 82 | 98 | 0 | 26 | 1C | 12 | 158 | 2F | 43 |
| Octal | 322 | 202 | 230 | 0 | 46 | 34 | 22 | 530 | 57 | 103 |
| Binary | 11010010 | 10000010 | 10011000 | 0 | 100110 | 11100 | 10010 | 101011000 | 101111 | 1000011 |
Color Harmonies of #D28298
Complementary color
Monochromatic Colors of #D28298
Black with #D28298
Text Example
Text Example
White with #D28298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28298; }
p { color: rgb(210,130,152); }
H1.HeaderClassName
{
color: #D28298;
}
.AnyTagClassName
{
color: #D28298;
}
</style>
background-color css
<style>
a { background-color: #D28298; }
a { background-color: rgb(210,130,152); }
div.DivClassName
{
background-color: #D28298;
}
.BgClassName
{
background-color: #D28298;
}
</style>
border-color css
<style>
span { border-color: #D28298; }
span { border-color: rgb(210,130,152); }
td.TdClassName
{
border-color: #D28298;
}
.TagClassName
{
border-color: #D28298;
}
</style>