Shades of My Pink #DC8D7F
Tints of My Pink #DC8D7F
RGB
CMYK
RGB Variations
Color information
#DC8D7F (or 0xDC8D7F) is known color: My Pink. HEX triplet: DC, 8D and 7F. RGB value is (220,141,127). Sum of RGB (Red+Green+Blue) = 220+141+127=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8D7F is #237280. Grayscale: #A3A3A3. Windows color (decimal): -2323073 or 8359388. OLE color: 8359388.
HSL color Cylindrical-coordinate representation of color #DC8D7F: hue angle of 9.03º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC8D7F is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 141 | 127 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.14 |
| HSL | 9.03º | 0.57% | 0.68% | - |
| HSV(B) | 9.03º | 0.42% | 0.86% | - |
| XYZ | 42.87 | 35.8 | 24.73 | - |
| YUV | 163.03 | 107.67 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 141 | 127 | 0 | 0.36 | 0.42 | 0.14 | 9.03 | 0.57 | 0.68 |
| Hex | DC | 8D | 7F | 0 | 24 | 2A | E | 9 | 39 | 44 |
| Octal | 334 | 215 | 177 | 0 | 44 | 52 | 16 | 11 | 71 | 104 |
| Binary | 11011100 | 10001101 | 1111111 | 0 | 100100 | 101010 | 1110 | 1001 | 111001 | 1000100 |
Color Harmonies of #DC8D7F
Complementary color
Monochromatic Colors of #DC8D7F
Black with #DC8D7F
Text Example
Text Example
White with #DC8D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8D7F; }
p { color: rgb(220,141,127); }
H1.HeaderClassName
{
color: #DC8D7F;
}
.AnyTagClassName
{
color: #DC8D7F;
}
</style>
background-color css
<style>
a { background-color: #DC8D7F; }
a { background-color: rgb(220,141,127); }
div.DivClassName
{
background-color: #DC8D7F;
}
.BgClassName
{
background-color: #DC8D7F;
}
</style>
border-color css
<style>
span { border-color: #DC8D7F; }
span { border-color: rgb(220,141,127); }
td.TdClassName
{
border-color: #DC8D7F;
}
.TagClassName
{
border-color: #DC8D7F;
}
</style>