Shades of My Pink #DC8F7D
Tints of My Pink #DC8F7D
RGB
CMYK
RGB Variations
Color information
#DC8F7D (or 0xDC8F7D) is known color: My Pink. HEX triplet: DC, 8F and 7D. RGB value is (220,143,125). Sum of RGB (Red+Green+Blue) = 220+143+125=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F7D is #237082. Grayscale: #A4A4A4. Windows color (decimal): -2322563 or 8228828. OLE color: 8228828.
HSL color Cylindrical-coordinate representation of color #DC8F7D: hue angle of 11.37º 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 #DC8F7D is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 125 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.14 |
| HSL | 11.37º | 0.58% | 0.68% | - |
| HSV(B) | 11.37º | 0.43% | 0.86% | - |
| XYZ | 43.04 | 36.34 | 24.15 | - |
| YUV | 163.97 | 106.01 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 125 | 0 | 0.35 | 0.43 | 0.14 | 11.37 | 0.58 | 0.68 |
| Hex | DC | 8F | 7D | 0 | 23 | 2B | E | B | 3A | 44 |
| Octal | 334 | 217 | 175 | 0 | 43 | 53 | 16 | 13 | 72 | 104 |
| Binary | 11011100 | 10001111 | 1111101 | 0 | 100011 | 101011 | 1110 | 1011 | 111010 | 1000100 |
Color Harmonies of #DC8F7D
Complementary color
Monochromatic Colors of #DC8F7D
Black with #DC8F7D
Text Example
Text Example
White with #DC8F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F7D; }
p { color: rgb(220,143,125); }
H1.HeaderClassName
{
color: #DC8F7D;
}
.AnyTagClassName
{
color: #DC8F7D;
}
</style>
background-color css
<style>
a { background-color: #DC8F7D; }
a { background-color: rgb(220,143,125); }
div.DivClassName
{
background-color: #DC8F7D;
}
.BgClassName
{
background-color: #DC8F7D;
}
</style>
border-color css
<style>
span { border-color: #DC8F7D; }
span { border-color: rgb(220,143,125); }
td.TdClassName
{
border-color: #DC8F7D;
}
.TagClassName
{
border-color: #DC8F7D;
}
</style>