Shades of My Pink #DC8C87
Tints of My Pink #DC8C87
RGB
CMYK
RGB Variations
Color information
#DC8C87 (or 0xDC8C87) is known color: My Pink. HEX triplet: DC, 8C and 87. RGB value is (220,140,135). Sum of RGB (Red+Green+Blue) = 220+140+135=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 135 (53.12% from 255 or 27.27% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8C87 is #237378. Grayscale: #A3A3A3. Windows color (decimal): -2323321 or 8883420. OLE color: 8883420.
HSL color Cylindrical-coordinate representation of color #DC8C87: hue angle of 3.53º 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 #DC8C87 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 135 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.14 |
| HSL | 3.53º | 0.55% | 0.7% | - |
| HSV(B) | 3.53º | 0.39% | 0.86% | - |
| XYZ | 43.27 | 35.72 | 27.54 | - |
| YUV | 163.35 | 112 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 135 | 0 | 0.36 | 0.39 | 0.14 | 3.53 | 0.55 | 0.7 |
| Hex | DC | 8C | 87 | 0 | 24 | 27 | E | 4 | 37 | 46 |
| Octal | 334 | 214 | 207 | 0 | 44 | 47 | 16 | 4 | 67 | 106 |
| Binary | 11011100 | 10001100 | 10000111 | 0 | 100100 | 100111 | 1110 | 100 | 110111 | 1000110 |
Color Harmonies of #DC8C87
Complementary color
Monochromatic Colors of #DC8C87
Black with #DC8C87
Text Example
Text Example
White with #DC8C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8C87; }
p { color: rgb(220,140,135); }
H1.HeaderClassName
{
color: #DC8C87;
}
.AnyTagClassName
{
color: #DC8C87;
}
</style>
background-color css
<style>
a { background-color: #DC8C87; }
a { background-color: rgb(220,140,135); }
div.DivClassName
{
background-color: #DC8C87;
}
.BgClassName
{
background-color: #DC8C87;
}
</style>
border-color css
<style>
span { border-color: #DC8C87; }
span { border-color: rgb(220,140,135); }
td.TdClassName
{
border-color: #DC8C87;
}
.TagClassName
{
border-color: #DC8C87;
}
</style>