Shades of My Pink #DC8E80
Tints of My Pink #DC8E80
RGB
CMYK
RGB Variations
Color information
#DC8E80 (or 0xDC8E80) is known color: My Pink. HEX triplet: DC, 8E and 80. RGB value is (220,142,128). Sum of RGB (Red+Green+Blue) = 220+142+128=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8E80 is #23717F. Grayscale: #A3A3A3. Windows color (decimal): -2322816 or 8425180. OLE color: 8425180.
HSL color Cylindrical-coordinate representation of color #DC8E80: hue angle of 9.13º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC8E80 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 142 | 128 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.14 |
| HSL | 9.13º | 0.57% | 0.68% | - |
| HSV(B) | 9.13º | 0.42% | 0.86% | - |
| XYZ | 43.08 | 36.12 | 25.12 | - |
| YUV | 163.73 | 107.84 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 142 | 128 | 0 | 0.35 | 0.42 | 0.14 | 9.13 | 0.57 | 0.68 |
| Hex | DC | 8E | 80 | 0 | 23 | 2A | E | 9 | 39 | 44 |
| Octal | 334 | 216 | 200 | 0 | 43 | 52 | 16 | 11 | 71 | 104 |
| Binary | 11011100 | 10001110 | 10000000 | 0 | 100011 | 101010 | 1110 | 1001 | 111001 | 1000100 |
Color Harmonies of #DC8E80
Complementary color
Monochromatic Colors of #DC8E80
Black with #DC8E80
Text Example
Text Example
White with #DC8E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8E80; }
p { color: rgb(220,142,128); }
H1.HeaderClassName
{
color: #DC8E80;
}
.AnyTagClassName
{
color: #DC8E80;
}
</style>
background-color css
<style>
a { background-color: #DC8E80; }
a { background-color: rgb(220,142,128); }
div.DivClassName
{
background-color: #DC8E80;
}
.BgClassName
{
background-color: #DC8E80;
}
</style>
border-color css
<style>
span { border-color: #DC8E80; }
span { border-color: rgb(220,142,128); }
td.TdClassName
{
border-color: #DC8E80;
}
.TagClassName
{
border-color: #DC8E80;
}
</style>