Shades of Puce #D28294
Tints of Puce #D28294
RGB
CMYK
RGB Variations
Color information
#D28294 (or 0xD28294) is known color: Puce. HEX triplet: D2, 82 and 94. RGB value is (210,130,148). Sum of RGB (Red+Green+Blue) = 210+130+148=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D28294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28294 is #2D7D6B. Grayscale: #9B9B9B. Windows color (decimal): -2981228 or 9732818. OLE color: 9732818.
HSL color Cylindrical-coordinate representation of color #D28294: hue angle of 346.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 #D28294 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 148 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.18 |
| HSL | 346.5º | 0.47% | 0.67% | - |
| HSV(B) | 346.5º | 0.38% | 0.82% | - |
| XYZ | 39.91 | 31.81 | 32.05 | - |
| YUV | 155.97 | 123.5 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 148 | 0 | 0.38 | 0.30 | 0.18 | 346.5 | 0.47 | 0.67 |
| Hex | D2 | 82 | 94 | 0 | 26 | 1E | 12 | 15A | 2F | 43 |
| Octal | 322 | 202 | 224 | 0 | 46 | 36 | 22 | 532 | 57 | 103 |
| Binary | 11010010 | 10000010 | 10010100 | 0 | 100110 | 11110 | 10010 | 101011010 | 101111 | 1000011 |
Color Harmonies of #D28294
Complementary color
Monochromatic Colors of #D28294
Black with #D28294
Text Example
Text Example
White with #D28294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28294; }
p { color: rgb(210,130,148); }
H1.HeaderClassName
{
color: #D28294;
}
.AnyTagClassName
{
color: #D28294;
}
</style>
background-color css
<style>
a { background-color: #D28294; }
a { background-color: rgb(210,130,148); }
div.DivClassName
{
background-color: #D28294;
}
.BgClassName
{
background-color: #D28294;
}
</style>
border-color css
<style>
span { border-color: #D28294; }
span { border-color: rgb(210,130,148); }
td.TdClassName
{
border-color: #D28294;
}
.TagClassName
{
border-color: #D28294;
}
</style>