Shades of My Pink #DC8985
Tints of My Pink #DC8985
RGB
CMYK
RGB Variations
Color information
#DC8985 (or 0xDC8985) is known color: My Pink. HEX triplet: DC, 89 and 85. RGB value is (220,137,133). Sum of RGB (Red+Green+Blue) = 220+137+133=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8985 is #23767A. Grayscale: #A1A1A1. Windows color (decimal): -2324091 or 8751580. OLE color: 8751580.
HSL color Cylindrical-coordinate representation of color #DC8985: hue angle of 2.76º 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 #DC8985 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 133 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.14 |
| HSL | 2.76º | 0.55% | 0.69% | - |
| HSV(B) | 2.76º | 0.4% | 0.86% | - |
| XYZ | 42.69 | 34.8 | 26.66 | - |
| YUV | 161.36 | 112 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 133 | 0 | 0.38 | 0.40 | 0.14 | 2.76 | 0.55 | 0.69 |
| Hex | DC | 89 | 85 | 0 | 26 | 28 | E | 3 | 37 | 45 |
| Octal | 334 | 211 | 205 | 0 | 46 | 50 | 16 | 3 | 67 | 105 |
| Binary | 11011100 | 10001001 | 10000101 | 0 | 100110 | 101000 | 1110 | 11 | 110111 | 1000101 |
Color Harmonies of #DC8985
Complementary color
Monochromatic Colors of #DC8985
Black with #DC8985
Text Example
Text Example
White with #DC8985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8985; }
p { color: rgb(220,137,133); }
H1.HeaderClassName
{
color: #DC8985;
}
.AnyTagClassName
{
color: #DC8985;
}
</style>
background-color css
<style>
a { background-color: #DC8985; }
a { background-color: rgb(220,137,133); }
div.DivClassName
{
background-color: #DC8985;
}
.BgClassName
{
background-color: #DC8985;
}
</style>
border-color css
<style>
span { border-color: #DC8985; }
span { border-color: rgb(220,137,133); }
td.TdClassName
{
border-color: #DC8985;
}
.TagClassName
{
border-color: #DC8985;
}
</style>