Shades of Puce #D27F97
Tints of Puce #D27F97
RGB
CMYK
RGB Variations
Color information
#D27F97 (or 0xD27F97) is known color: Puce. HEX triplet: D2, 7F and 97. RGB value is (210,127,151). Sum of RGB (Red+Green+Blue) = 210+127+151=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27F97 is #2D8068. Grayscale: #9A9A9A. Windows color (decimal): -2981993 or 9928658. OLE color: 9928658.
HSL color Cylindrical-coordinate representation of color #D27F97: hue angle of 342.65º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27F97 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 127 | 151 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.18 |
| HSL | 342.65º | 0.48% | 0.66% | - |
| HSV(B) | 342.65º | 0.4% | 0.82% | - |
| XYZ | 39.75 | 31.11 | 33.19 | - |
| YUV | 154.55 | 126 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 151 | 0 | 0.40 | 0.28 | 0.18 | 342.65 | 0.48 | 0.66 |
| Hex | D2 | 7F | 97 | 0 | 28 | 1C | 12 | 157 | 30 | 42 |
| Octal | 322 | 177 | 227 | 0 | 50 | 34 | 22 | 527 | 60 | 102 |
| Binary | 11010010 | 1111111 | 10010111 | 0 | 101000 | 11100 | 10010 | 101010111 | 110000 | 1000010 |
Color Harmonies of #D27F97
Complementary color
Monochromatic Colors of #D27F97
Black with #D27F97
Text Example
Text Example
White with #D27F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27F97; }
p { color: rgb(210,127,151); }
H1.HeaderClassName
{
color: #D27F97;
}
.AnyTagClassName
{
color: #D27F97;
}
</style>
background-color css
<style>
a { background-color: #D27F97; }
a { background-color: rgb(210,127,151); }
div.DivClassName
{
background-color: #D27F97;
}
.BgClassName
{
background-color: #D27F97;
}
</style>
border-color css
<style>
span { border-color: #D27F97; }
span { border-color: rgb(210,127,151); }
td.TdClassName
{
border-color: #D27F97;
}
.TagClassName
{
border-color: #D27F97;
}
</style>