Shades of Puce #D27D97
Tints of Puce #D27D97
RGB
CMYK
RGB Variations
Color information
#D27D97 (or 0xD27D97) is known color: Puce. HEX triplet: D2, 7D and 97. RGB value is (210,125,151). Sum of RGB (Red+Green+Blue) = 210+125+151=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27D97 is #2D8268. Grayscale: #999999. Windows color (decimal): -2982505 or 9928146. OLE color: 9928146.
HSL color Cylindrical-coordinate representation of color #D27D97: hue angle of 341.65º degrees, saturation: 0.49, 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 #D27D97 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 125 | 151 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.18 |
| HSL | 341.65º | 0.49% | 0.66% | - |
| HSV(B) | 341.65º | 0.4% | 0.82% | - |
| XYZ | 39.5 | 30.6 | 33.1 | - |
| YUV | 153.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 151 | 0 | 0.40 | 0.28 | 0.18 | 341.65 | 0.49 | 0.66 |
| Hex | D2 | 7D | 97 | 0 | 28 | 1C | 12 | 156 | 31 | 42 |
| Octal | 322 | 175 | 227 | 0 | 50 | 34 | 22 | 526 | 61 | 102 |
| Binary | 11010010 | 1111101 | 10010111 | 0 | 101000 | 11100 | 10010 | 101010110 | 110001 | 1000010 |
Color Harmonies of #D27D97
Complementary color
Monochromatic Colors of #D27D97
Black with #D27D97
Text Example
Text Example
White with #D27D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27D97; }
p { color: rgb(210,125,151); }
H1.HeaderClassName
{
color: #D27D97;
}
.AnyTagClassName
{
color: #D27D97;
}
</style>
background-color css
<style>
a { background-color: #D27D97; }
a { background-color: rgb(210,125,151); }
div.DivClassName
{
background-color: #D27D97;
}
.BgClassName
{
background-color: #D27D97;
}
</style>
border-color css
<style>
span { border-color: #D27D97; }
span { border-color: rgb(210,125,151); }
td.TdClassName
{
border-color: #D27D97;
}
.TagClassName
{
border-color: #D27D97;
}
</style>