Shades of My Pink #DC8B7D
Tints of My Pink #DC8B7D
RGB
CMYK
RGB Variations
Color information
#DC8B7D (or 0xDC8B7D) is known color: My Pink. HEX triplet: DC, 8B and 7D. RGB value is (220,139,125). Sum of RGB (Red+Green+Blue) = 220+139+125=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8B7D is #237482. Grayscale: #A1A1A1. Windows color (decimal): -2323587 or 8227804. OLE color: 8227804.
HSL color Cylindrical-coordinate representation of color #DC8B7D: hue angle of 8.84º 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 #DC8B7D is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 139 | 125 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.14 |
| HSL | 8.84º | 0.58% | 0.68% | - |
| HSV(B) | 8.84º | 0.43% | 0.86% | - |
| XYZ | 42.45 | 35.16 | 23.95 | - |
| YUV | 161.62 | 107.34 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 125 | 0 | 0.37 | 0.43 | 0.14 | 8.84 | 0.58 | 0.68 |
| Hex | DC | 8B | 7D | 0 | 25 | 2B | E | 9 | 3A | 44 |
| Octal | 334 | 213 | 175 | 0 | 45 | 53 | 16 | 11 | 72 | 104 |
| Binary | 11011100 | 10001011 | 1111101 | 0 | 100101 | 101011 | 1110 | 1001 | 111010 | 1000100 |
Color Harmonies of #DC8B7D
Complementary color
Monochromatic Colors of #DC8B7D
Black with #DC8B7D
Text Example
Text Example
White with #DC8B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8B7D; }
p { color: rgb(220,139,125); }
H1.HeaderClassName
{
color: #DC8B7D;
}
.AnyTagClassName
{
color: #DC8B7D;
}
</style>
background-color css
<style>
a { background-color: #DC8B7D; }
a { background-color: rgb(220,139,125); }
div.DivClassName
{
background-color: #DC8B7D;
}
.BgClassName
{
background-color: #DC8B7D;
}
</style>
border-color css
<style>
span { border-color: #DC8B7D; }
span { border-color: rgb(220,139,125); }
td.TdClassName
{
border-color: #DC8B7D;
}
.TagClassName
{
border-color: #DC8B7D;
}
</style>