Shades of Puce #D27F98
Tints of Puce #D27F98
RGB
CMYK
RGB Variations
Color information
#D27F98 (or 0xD27F98) is known color: Puce. HEX triplet: D2, 7F and 98. RGB value is (210,127,152). Sum of RGB (Red+Green+Blue) = 210+127+152=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27F98 is #2D8067. Grayscale: #9A9A9A. Windows color (decimal): -2981992 or 9994194. OLE color: 9994194.
HSL color Cylindrical-coordinate representation of color #D27F98: hue angle of 341.93º 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 #D27F98 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 127 | 152 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.18 |
| HSL | 341.93º | 0.48% | 0.66% | - |
| HSV(B) | 341.93º | 0.4% | 0.82% | - |
| XYZ | 39.84 | 31.15 | 33.62 | - |
| YUV | 154.67 | 126.5 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 152 | 0 | 0.40 | 0.28 | 0.18 | 341.93 | 0.48 | 0.66 |
| Hex | D2 | 7F | 98 | 0 | 28 | 1C | 12 | 156 | 30 | 42 |
| Octal | 322 | 177 | 230 | 0 | 50 | 34 | 22 | 526 | 60 | 102 |
| Binary | 11010010 | 1111111 | 10011000 | 0 | 101000 | 11100 | 10010 | 101010110 | 110000 | 1000010 |
Color Harmonies of #D27F98
Complementary color
Monochromatic Colors of #D27F98
Black with #D27F98
Text Example
Text Example
White with #D27F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27F98; }
p { color: rgb(210,127,152); }
H1.HeaderClassName
{
color: #D27F98;
}
.AnyTagClassName
{
color: #D27F98;
}
</style>
background-color css
<style>
a { background-color: #D27F98; }
a { background-color: rgb(210,127,152); }
div.DivClassName
{
background-color: #D27F98;
}
.BgClassName
{
background-color: #D27F98;
}
</style>
border-color css
<style>
span { border-color: #D27F98; }
span { border-color: rgb(210,127,152); }
td.TdClassName
{
border-color: #D27F98;
}
.TagClassName
{
border-color: #D27F98;
}
</style>