Shades of My Pink #DC8D7E
Tints of My Pink #DC8D7E
RGB
CMYK
RGB Variations
Color information
#DC8D7E (or 0xDC8D7E) is known color: My Pink. HEX triplet: DC, 8D and 7E. RGB value is (220,141,126). Sum of RGB (Red+Green+Blue) = 220+141+126=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8D7E is #237281. Grayscale: #A3A3A3. Windows color (decimal): -2323074 or 8293852. OLE color: 8293852.
HSL color Cylindrical-coordinate representation of color #DC8D7E: hue angle of 9.57º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC8D7E is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 141 | 126 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.14 |
| HSL | 9.57º | 0.57% | 0.68% | - |
| HSV(B) | 9.57º | 0.43% | 0.86% | - |
| XYZ | 42.81 | 35.77 | 24.39 | - |
| YUV | 162.91 | 107.17 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 141 | 126 | 0 | 0.36 | 0.43 | 0.14 | 9.57 | 0.57 | 0.68 |
| Hex | DC | 8D | 7E | 0 | 24 | 2B | E | A | 39 | 44 |
| Octal | 334 | 215 | 176 | 0 | 44 | 53 | 16 | 12 | 71 | 104 |
| Binary | 11011100 | 10001101 | 1111110 | 0 | 100100 | 101011 | 1110 | 1010 | 111001 | 1000100 |
Color Harmonies of #DC8D7E
Complementary color
Monochromatic Colors of #DC8D7E
Black with #DC8D7E
Text Example
Text Example
White with #DC8D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8D7E; }
p { color: rgb(220,141,126); }
H1.HeaderClassName
{
color: #DC8D7E;
}
.AnyTagClassName
{
color: #DC8D7E;
}
</style>
background-color css
<style>
a { background-color: #DC8D7E; }
a { background-color: rgb(220,141,126); }
div.DivClassName
{
background-color: #DC8D7E;
}
.BgClassName
{
background-color: #DC8D7E;
}
</style>
border-color css
<style>
span { border-color: #DC8D7E; }
span { border-color: rgb(220,141,126); }
td.TdClassName
{
border-color: #DC8D7E;
}
.TagClassName
{
border-color: #DC8D7E;
}
</style>