Shades of Puce #D27DA1
Tints of Puce #D27DA1
RGB
CMYK
RGB Variations
Color information
#D27DA1 (or 0xD27DA1) is known color: Puce. HEX triplet: D2, 7D and A1. RGB value is (210,125,161). Sum of RGB (Red+Green+Blue) = 210+125+161=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27DA1 is #2D825E. Grayscale: #9A9A9A. Windows color (decimal): -2982495 or 10583506. OLE color: 10583506.
HSL color Cylindrical-coordinate representation of color #D27DA1: hue angle of 334.59º 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 #D27DA1 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 125 | 161 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.18 |
| HSL | 334.59º | 0.49% | 0.66% | - |
| HSV(B) | 334.59º | 0.4% | 0.82% | - |
| XYZ | 40.34 | 30.94 | 37.56 | - |
| YUV | 154.52 | 131.66 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 161 | 0 | 0.40 | 0.23 | 0.18 | 334.59 | 0.49 | 0.66 |
| Hex | D2 | 7D | A1 | 0 | 28 | 17 | 12 | 14F | 31 | 42 |
| Octal | 322 | 175 | 241 | 0 | 50 | 27 | 22 | 517 | 61 | 102 |
| Binary | 11010010 | 1111101 | 10100001 | 0 | 101000 | 10111 | 10010 | 101001111 | 110001 | 1000010 |
Color Harmonies of #D27DA1
Complementary color
Monochromatic Colors of #D27DA1
Black with #D27DA1
Text Example
Text Example
White with #D27DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27DA1; }
p { color: rgb(210,125,161); }
H1.HeaderClassName
{
color: #D27DA1;
}
.AnyTagClassName
{
color: #D27DA1;
}
</style>
background-color css
<style>
a { background-color: #D27DA1; }
a { background-color: rgb(210,125,161); }
div.DivClassName
{
background-color: #D27DA1;
}
.BgClassName
{
background-color: #D27DA1;
}
</style>
border-color css
<style>
span { border-color: #D27DA1; }
span { border-color: rgb(210,125,161); }
td.TdClassName
{
border-color: #D27DA1;
}
.TagClassName
{
border-color: #D27DA1;
}
</style>