Shades of My Pink #DC8E87
Tints of My Pink #DC8E87
RGB
CMYK
RGB Variations
Color information
#DC8E87 (or 0xDC8E87) is known color: My Pink. HEX triplet: DC, 8E and 87. RGB value is (220,142,135). Sum of RGB (Red+Green+Blue) = 220+142+135=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 135 (53.12% from 255 or 27.16% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8E87 is #237178. Grayscale: #A4A4A4. Windows color (decimal): -2322809 or 8883932. OLE color: 8883932.
HSL color Cylindrical-coordinate representation of color #DC8E87: hue angle of 4.94º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC8E87 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 142 | 135 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.14 |
| HSL | 4.94º | 0.55% | 0.7% | - |
| HSV(B) | 4.94º | 0.39% | 0.86% | - |
| XYZ | 43.56 | 36.31 | 27.63 | - |
| YUV | 164.52 | 111.34 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 142 | 135 | 0 | 0.35 | 0.39 | 0.14 | 4.94 | 0.55 | 0.7 |
| Hex | DC | 8E | 87 | 0 | 23 | 27 | E | 5 | 37 | 46 |
| Octal | 334 | 216 | 207 | 0 | 43 | 47 | 16 | 5 | 67 | 106 |
| Binary | 11011100 | 10001110 | 10000111 | 0 | 100011 | 100111 | 1110 | 101 | 110111 | 1000110 |
Color Harmonies of #DC8E87
Complementary color
Monochromatic Colors of #DC8E87
Black with #DC8E87
Text Example
Text Example
White with #DC8E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8E87; }
p { color: rgb(220,142,135); }
H1.HeaderClassName
{
color: #DC8E87;
}
.AnyTagClassName
{
color: #DC8E87;
}
</style>
background-color css
<style>
a { background-color: #DC8E87; }
a { background-color: rgb(220,142,135); }
div.DivClassName
{
background-color: #DC8E87;
}
.BgClassName
{
background-color: #DC8E87;
}
</style>
border-color css
<style>
span { border-color: #DC8E87; }
span { border-color: rgb(220,142,135); }
td.TdClassName
{
border-color: #DC8E87;
}
.TagClassName
{
border-color: #DC8E87;
}
</style>