Shades of Puce #D27F96
Tints of Puce #D27F96
RGB
CMYK
RGB Variations
Color information
#D27F96 (or 0xD27F96) is known color: Puce. HEX triplet: D2, 7F and 96. RGB value is (210,127,150). Sum of RGB (Red+Green+Blue) = 210+127+150=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27F96 is #2D8069. Grayscale: #9A9A9A. Windows color (decimal): -2981994 or 9863122. OLE color: 9863122.
HSL color Cylindrical-coordinate representation of color #D27F96: hue angle of 343.37º 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 #D27F96 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 127 | 150 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.18 |
| HSL | 343.37º | 0.48% | 0.66% | - |
| HSV(B) | 343.37º | 0.4% | 0.82% | - |
| XYZ | 39.67 | 31.08 | 32.76 | - |
| YUV | 154.44 | 125.5 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 150 | 0 | 0.40 | 0.29 | 0.18 | 343.37 | 0.48 | 0.66 |
| Hex | D2 | 7F | 96 | 0 | 28 | 1D | 12 | 157 | 30 | 42 |
| Octal | 322 | 177 | 226 | 0 | 50 | 35 | 22 | 527 | 60 | 102 |
| Binary | 11010010 | 1111111 | 10010110 | 0 | 101000 | 11101 | 10010 | 101010111 | 110000 | 1000010 |
Color Harmonies of #D27F96
Complementary color
Monochromatic Colors of #D27F96
Black with #D27F96
Text Example
Text Example
White with #D27F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27F96; }
p { color: rgb(210,127,150); }
H1.HeaderClassName
{
color: #D27F96;
}
.AnyTagClassName
{
color: #D27F96;
}
</style>
background-color css
<style>
a { background-color: #D27F96; }
a { background-color: rgb(210,127,150); }
div.DivClassName
{
background-color: #D27F96;
}
.BgClassName
{
background-color: #D27F96;
}
</style>
border-color css
<style>
span { border-color: #D27F96; }
span { border-color: rgb(210,127,150); }
td.TdClassName
{
border-color: #D27F96;
}
.TagClassName
{
border-color: #D27F96;
}
</style>