Shades of My Pink #DC8F85
Tints of My Pink #DC8F85
RGB
CMYK
RGB Variations
Color information
#DC8F85 (or 0xDC8F85) is known color: My Pink. HEX triplet: DC, 8F and 85. RGB value is (220,143,133). Sum of RGB (Red+Green+Blue) = 220+143+133=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8F85 is #23707A. Grayscale: #A5A5A5. Windows color (decimal): -2322555 or 8753116. OLE color: 8753116.
HSL color Cylindrical-coordinate representation of color #DC8F85: hue angle of 6.9º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC8F85 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 133 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.14 |
| HSL | 6.9º | 0.55% | 0.69% | - |
| HSV(B) | 6.9º | 0.4% | 0.86% | - |
| XYZ | 43.57 | 36.55 | 26.95 | - |
| YUV | 164.88 | 110.01 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 133 | 0 | 0.35 | 0.40 | 0.14 | 6.9 | 0.55 | 0.69 |
| Hex | DC | 8F | 85 | 0 | 23 | 28 | E | 7 | 37 | 45 |
| Octal | 334 | 217 | 205 | 0 | 43 | 50 | 16 | 7 | 67 | 105 |
| Binary | 11011100 | 10001111 | 10000101 | 0 | 100011 | 101000 | 1110 | 111 | 110111 | 1000101 |
Color Harmonies of #DC8F85
Complementary color
Monochromatic Colors of #DC8F85
Black with #DC8F85
Text Example
Text Example
White with #DC8F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F85; }
p { color: rgb(220,143,133); }
H1.HeaderClassName
{
color: #DC8F85;
}
.AnyTagClassName
{
color: #DC8F85;
}
</style>
background-color css
<style>
a { background-color: #DC8F85; }
a { background-color: rgb(220,143,133); }
div.DivClassName
{
background-color: #DC8F85;
}
.BgClassName
{
background-color: #DC8F85;
}
</style>
border-color css
<style>
span { border-color: #DC8F85; }
span { border-color: rgb(220,143,133); }
td.TdClassName
{
border-color: #DC8F85;
}
.TagClassName
{
border-color: #DC8F85;
}
</style>