Shades of My Pink #DC8B87
Tints of My Pink #DC8B87
RGB
CMYK
RGB Variations
Color information
#DC8B87 (or 0xDC8B87) is known color: My Pink. HEX triplet: DC, 8B and 87. RGB value is (220,139,135). Sum of RGB (Red+Green+Blue) = 220+139+135=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 135 (53.12% from 255 or 27.33% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8B87 is #237478. Grayscale: #A2A2A2. Windows color (decimal): -2323577 or 8883164. OLE color: 8883164.
HSL color Cylindrical-coordinate representation of color #DC8B87: hue angle of 2.82º 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 #DC8B87 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 139 | 135 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.14 |
| HSL | 2.82º | 0.55% | 0.7% | - |
| HSV(B) | 2.82º | 0.39% | 0.86% | - |
| XYZ | 43.12 | 35.43 | 27.49 | - |
| YUV | 162.76 | 112.34 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 135 | 0 | 0.37 | 0.39 | 0.14 | 2.82 | 0.55 | 0.7 |
| Hex | DC | 8B | 87 | 0 | 25 | 27 | E | 3 | 37 | 46 |
| Octal | 334 | 213 | 207 | 0 | 45 | 47 | 16 | 3 | 67 | 106 |
| Binary | 11011100 | 10001011 | 10000111 | 0 | 100101 | 100111 | 1110 | 11 | 110111 | 1000110 |
Color Harmonies of #DC8B87
Complementary color
Monochromatic Colors of #DC8B87
Black with #DC8B87
Text Example
Text Example
White with #DC8B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8B87; }
p { color: rgb(220,139,135); }
H1.HeaderClassName
{
color: #DC8B87;
}
.AnyTagClassName
{
color: #DC8B87;
}
</style>
background-color css
<style>
a { background-color: #DC8B87; }
a { background-color: rgb(220,139,135); }
div.DivClassName
{
background-color: #DC8B87;
}
.BgClassName
{
background-color: #DC8B87;
}
</style>
border-color css
<style>
span { border-color: #DC8B87; }
span { border-color: rgb(220,139,135); }
td.TdClassName
{
border-color: #DC8B87;
}
.TagClassName
{
border-color: #DC8B87;
}
</style>