Shades of My Pink #DC8E7D
Tints of My Pink #DC8E7D
RGB
CMYK
RGB Variations
Color information
#DC8E7D (or 0xDC8E7D) is known color: My Pink. HEX triplet: DC, 8E and 7D. RGB value is (220,142,125). Sum of RGB (Red+Green+Blue) = 220+142+125=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8E7D is #237182. Grayscale: #A3A3A3. Windows color (decimal): -2322819 or 8228572. OLE color: 8228572.
HSL color Cylindrical-coordinate representation of color #DC8E7D: hue angle of 10.74º degrees, saturation: 0.58, 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 #DC8E7D is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 142 | 125 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.14 |
| HSL | 10.74º | 0.58% | 0.68% | - |
| HSV(B) | 10.74º | 0.43% | 0.86% | - |
| XYZ | 42.89 | 36.04 | 24.1 | - |
| YUV | 163.38 | 106.34 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 142 | 125 | 0 | 0.35 | 0.43 | 0.14 | 10.74 | 0.58 | 0.68 |
| Hex | DC | 8E | 7D | 0 | 23 | 2B | E | B | 3A | 44 |
| Octal | 334 | 216 | 175 | 0 | 43 | 53 | 16 | 13 | 72 | 104 |
| Binary | 11011100 | 10001110 | 1111101 | 0 | 100011 | 101011 | 1110 | 1011 | 111010 | 1000100 |
Color Harmonies of #DC8E7D
Complementary color
Monochromatic Colors of #DC8E7D
Black with #DC8E7D
Text Example
Text Example
White with #DC8E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8E7D; }
p { color: rgb(220,142,125); }
H1.HeaderClassName
{
color: #DC8E7D;
}
.AnyTagClassName
{
color: #DC8E7D;
}
</style>
background-color css
<style>
a { background-color: #DC8E7D; }
a { background-color: rgb(220,142,125); }
div.DivClassName
{
background-color: #DC8E7D;
}
.BgClassName
{
background-color: #DC8E7D;
}
</style>
border-color css
<style>
span { border-color: #DC8E7D; }
span { border-color: rgb(220,142,125); }
td.TdClassName
{
border-color: #DC8E7D;
}
.TagClassName
{
border-color: #DC8E7D;
}
</style>