Shades of Puce #D27D9C
Tints of Puce #D27D9C
RGB
CMYK
RGB Variations
Color information
#D27D9C (or 0xD27D9C) is known color: Puce. HEX triplet: D2, 7D and 9C. RGB value is (210,125,156). Sum of RGB (Red+Green+Blue) = 210+125+156=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27D9C is #2D8263. Grayscale: #999999. Windows color (decimal): -2982500 or 10255826. OLE color: 10255826.
HSL color Cylindrical-coordinate representation of color #D27D9C: hue angle of 338.12º 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 #D27D9C is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 125 | 156 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.18 |
| HSL | 338.12º | 0.49% | 0.66% | - |
| HSV(B) | 338.12º | 0.4% | 0.82% | - |
| XYZ | 39.91 | 30.77 | 35.29 | - |
| YUV | 153.95 | 129.16 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 156 | 0 | 0.40 | 0.26 | 0.18 | 338.12 | 0.49 | 0.66 |
| Hex | D2 | 7D | 9C | 0 | 28 | 1A | 12 | 152 | 31 | 42 |
| Octal | 322 | 175 | 234 | 0 | 50 | 32 | 22 | 522 | 61 | 102 |
| Binary | 11010010 | 1111101 | 10011100 | 0 | 101000 | 11010 | 10010 | 101010010 | 110001 | 1000010 |
Color Harmonies of #D27D9C
Complementary color
Monochromatic Colors of #D27D9C
Black with #D27D9C
Text Example
Text Example
White with #D27D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27D9C; }
p { color: rgb(210,125,156); }
H1.HeaderClassName
{
color: #D27D9C;
}
.AnyTagClassName
{
color: #D27D9C;
}
</style>
background-color css
<style>
a { background-color: #D27D9C; }
a { background-color: rgb(210,125,156); }
div.DivClassName
{
background-color: #D27D9C;
}
.BgClassName
{
background-color: #D27D9C;
}
</style>
border-color css
<style>
span { border-color: #D27D9C; }
span { border-color: rgb(210,125,156); }
td.TdClassName
{
border-color: #D27D9C;
}
.TagClassName
{
border-color: #D27D9C;
}
</style>