Shades of Puce #D27F9E
Tints of Puce #D27F9E
RGB
CMYK
RGB Variations
Color information
#D27F9E (or 0xD27F9E) is known color: Puce. HEX triplet: D2, 7F and 9E. RGB value is (210,127,158). Sum of RGB (Red+Green+Blue) = 210+127+158=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27F9E is #2D8061. Grayscale: #9B9B9B. Windows color (decimal): -2981986 or 10387410. OLE color: 10387410.
HSL color Cylindrical-coordinate representation of color #D27F9E: hue angle of 337.59º 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 #D27F9E is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 127 | 158 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.18 |
| HSL | 337.59º | 0.48% | 0.66% | - |
| HSV(B) | 337.59º | 0.4% | 0.82% | - |
| XYZ | 40.34 | 31.35 | 36.27 | - |
| YUV | 155.35 | 129.5 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 158 | 0 | 0.40 | 0.25 | 0.18 | 337.59 | 0.48 | 0.66 |
| Hex | D2 | 7F | 9E | 0 | 28 | 19 | 12 | 152 | 30 | 42 |
| Octal | 322 | 177 | 236 | 0 | 50 | 31 | 22 | 522 | 60 | 102 |
| Binary | 11010010 | 1111111 | 10011110 | 0 | 101000 | 11001 | 10010 | 101010010 | 110000 | 1000010 |
Color Harmonies of #D27F9E
Complementary color
Monochromatic Colors of #D27F9E
Black with #D27F9E
Text Example
Text Example
White with #D27F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27F9E; }
p { color: rgb(210,127,158); }
H1.HeaderClassName
{
color: #D27F9E;
}
.AnyTagClassName
{
color: #D27F9E;
}
</style>
background-color css
<style>
a { background-color: #D27F9E; }
a { background-color: rgb(210,127,158); }
div.DivClassName
{
background-color: #D27F9E;
}
.BgClassName
{
background-color: #D27F9E;
}
</style>
border-color css
<style>
span { border-color: #D27F9E; }
span { border-color: rgb(210,127,158); }
td.TdClassName
{
border-color: #D27F9E;
}
.TagClassName
{
border-color: #D27F9E;
}
</style>