Shades of Puce #D27D96
Tints of Puce #D27D96
RGB
CMYK
RGB Variations
Color information
#D27D96 (or 0xD27D96) is known color: Puce. HEX triplet: D2, 7D and 96. RGB value is (210,125,150). Sum of RGB (Red+Green+Blue) = 210+125+150=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27D96 is #2D8269. Grayscale: #999999. Windows color (decimal): -2982506 or 9862610. OLE color: 9862610.
HSL color Cylindrical-coordinate representation of color #D27D96: hue angle of 342.35º 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 #D27D96 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 125 | 150 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.18 |
| HSL | 342.35º | 0.49% | 0.66% | - |
| HSV(B) | 342.35º | 0.4% | 0.82% | - |
| XYZ | 39.42 | 30.57 | 32.68 | - |
| YUV | 153.27 | 126.16 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 150 | 0 | 0.40 | 0.29 | 0.18 | 342.35 | 0.49 | 0.66 |
| Hex | D2 | 7D | 96 | 0 | 28 | 1D | 12 | 156 | 31 | 42 |
| Octal | 322 | 175 | 226 | 0 | 50 | 35 | 22 | 526 | 61 | 102 |
| Binary | 11010010 | 1111101 | 10010110 | 0 | 101000 | 11101 | 10010 | 101010110 | 110001 | 1000010 |
Color Harmonies of #D27D96
Complementary color
Monochromatic Colors of #D27D96
Black with #D27D96
Text Example
Text Example
White with #D27D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27D96; }
p { color: rgb(210,125,150); }
H1.HeaderClassName
{
color: #D27D96;
}
.AnyTagClassName
{
color: #D27D96;
}
</style>
background-color css
<style>
a { background-color: #D27D96; }
a { background-color: rgb(210,125,150); }
div.DivClassName
{
background-color: #D27D96;
}
.BgClassName
{
background-color: #D27D96;
}
</style>
border-color css
<style>
span { border-color: #D27D96; }
span { border-color: rgb(210,125,150); }
td.TdClassName
{
border-color: #D27D96;
}
.TagClassName
{
border-color: #D27D96;
}
</style>