Shades of Puce #D27D9F
Tints of Puce #D27D9F
RGB
CMYK
RGB Variations
Color information
#D27D9F (or 0xD27D9F) is known color: Puce. HEX triplet: D2, 7D and 9F. RGB value is (210,125,159). Sum of RGB (Red+Green+Blue) = 210+125+159=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27D9F is #2D8260. Grayscale: #9A9A9A. Windows color (decimal): -2982497 or 10452434. OLE color: 10452434.
HSL color Cylindrical-coordinate representation of color #D27D9F: hue angle of 336º 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 #D27D9F is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 125 | 159 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.18 |
| HSL | 336º | 0.49% | 0.66% | - |
| HSV(B) | 336º | 0.4% | 0.82% | - |
| XYZ | 40.17 | 30.87 | 36.64 | - |
| YUV | 154.29 | 130.66 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 159 | 0 | 0.40 | 0.24 | 0.18 | 336 | 0.49 | 0.66 |
| Hex | D2 | 7D | 9F | 0 | 28 | 18 | 12 | 150 | 31 | 42 |
| Octal | 322 | 175 | 237 | 0 | 50 | 30 | 22 | 520 | 61 | 102 |
| Binary | 11010010 | 1111101 | 10011111 | 0 | 101000 | 11000 | 10010 | 101010000 | 110001 | 1000010 |
Color Harmonies of #D27D9F
Complementary color
Monochromatic Colors of #D27D9F
Black with #D27D9F
Text Example
Text Example
White with #D27D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27D9F; }
p { color: rgb(210,125,159); }
H1.HeaderClassName
{
color: #D27D9F;
}
.AnyTagClassName
{
color: #D27D9F;
}
</style>
background-color css
<style>
a { background-color: #D27D9F; }
a { background-color: rgb(210,125,159); }
div.DivClassName
{
background-color: #D27D9F;
}
.BgClassName
{
background-color: #D27D9F;
}
</style>
border-color css
<style>
span { border-color: #D27D9F; }
span { border-color: rgb(210,125,159); }
td.TdClassName
{
border-color: #D27D9F;
}
.TagClassName
{
border-color: #D27D9F;
}
</style>