Shades of My Pink #DC8F79
Tints of My Pink #DC8F79
RGB
CMYK
RGB Variations
Color information
#DC8F79 (or 0xDC8F79) is known color: My Pink. HEX triplet: DC, 8F and 79. RGB value is (220,143,121). Sum of RGB (Red+Green+Blue) = 220+143+121=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F79 is #237086. Grayscale: #A3A3A3. Windows color (decimal): -2322567 or 7966684. OLE color: 7966684.
HSL color Cylindrical-coordinate representation of color #DC8F79: hue angle of 13.33º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC8F79 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 121 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.14 |
| HSL | 13.33º | 0.59% | 0.67% | - |
| HSV(B) | 13.33º | 0.45% | 0.86% | - |
| XYZ | 42.79 | 36.24 | 22.83 | - |
| YUV | 163.52 | 104.01 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 121 | 0 | 0.35 | 0.45 | 0.14 | 13.33 | 0.59 | 0.67 |
| Hex | DC | 8F | 79 | 0 | 23 | 2D | E | D | 3B | 43 |
| Octal | 334 | 217 | 171 | 0 | 43 | 55 | 16 | 15 | 73 | 103 |
| Binary | 11011100 | 10001111 | 1111001 | 0 | 100011 | 101101 | 1110 | 1101 | 111011 | 1000011 |
Color Harmonies of #DC8F79
Complementary color
Monochromatic Colors of #DC8F79
Black with #DC8F79
Text Example
Text Example
White with #DC8F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F79; }
p { color: rgb(220,143,121); }
H1.HeaderClassName
{
color: #DC8F79;
}
.AnyTagClassName
{
color: #DC8F79;
}
</style>
background-color css
<style>
a { background-color: #DC8F79; }
a { background-color: rgb(220,143,121); }
div.DivClassName
{
background-color: #DC8F79;
}
.BgClassName
{
background-color: #DC8F79;
}
</style>
border-color css
<style>
span { border-color: #DC8F79; }
span { border-color: rgb(220,143,121); }
td.TdClassName
{
border-color: #DC8F79;
}
.TagClassName
{
border-color: #DC8F79;
}
</style>