Shades of Puce #D27C97
Tints of Puce #D27C97
RGB
CMYK
RGB Variations
Color information
#D27C97 (or 0xD27C97) is known color: Puce. HEX triplet: D2, 7C and 97. RGB value is (210,124,151). Sum of RGB (Red+Green+Blue) = 210+124+151=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27C97 is #2D8368. Grayscale: #989898. Windows color (decimal): -2982761 or 9927890. OLE color: 9927890.
HSL color Cylindrical-coordinate representation of color #D27C97: hue angle of 341.16º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D27C97 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 124 | 151 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.18 |
| HSL | 341.16º | 0.49% | 0.65% | - |
| HSV(B) | 341.16º | 0.41% | 0.82% | - |
| XYZ | 39.37 | 30.35 | 33.06 | - |
| YUV | 152.79 | 126.99 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 151 | 0 | 0.41 | 0.28 | 0.18 | 341.16 | 0.49 | 0.65 |
| Hex | D2 | 7C | 97 | 0 | 29 | 1C | 12 | 155 | 31 | 41 |
| Octal | 322 | 174 | 227 | 0 | 51 | 34 | 22 | 525 | 61 | 101 |
| Binary | 11010010 | 1111100 | 10010111 | 0 | 101001 | 11100 | 10010 | 101010101 | 110001 | 1000001 |
Color Harmonies of #D27C97
Complementary color
Monochromatic Colors of #D27C97
Black with #D27C97
Text Example
Text Example
White with #D27C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27C97; }
p { color: rgb(210,124,151); }
H1.HeaderClassName
{
color: #D27C97;
}
.AnyTagClassName
{
color: #D27C97;
}
</style>
background-color css
<style>
a { background-color: #D27C97; }
a { background-color: rgb(210,124,151); }
div.DivClassName
{
background-color: #D27C97;
}
.BgClassName
{
background-color: #D27C97;
}
</style>
border-color css
<style>
span { border-color: #D27C97; }
span { border-color: rgb(210,124,151); }
td.TdClassName
{
border-color: #D27C97;
}
.TagClassName
{
border-color: #D27C97;
}
</style>