Shades of My Pink #DC8D88
Tints of My Pink #DC8D88
RGB
CMYK
RGB Variations
Color information
#DC8D88 (or 0xDC8D88) is known color: My Pink. HEX triplet: DC, 8D and 88. RGB value is (220,141,136). Sum of RGB (Red+Green+Blue) = 220+141+136=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8D88 is #237277. Grayscale: #A4A4A4. Windows color (decimal): -2323064 or 8949212. OLE color: 8949212.
HSL color Cylindrical-coordinate representation of color #DC8D88: hue angle of 3.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC8D88 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 141 | 136 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.14 |
| HSL | 3.57º | 0.55% | 0.7% | - |
| HSV(B) | 3.57º | 0.38% | 0.86% | - |
| XYZ | 43.48 | 36.04 | 27.96 | - |
| YUV | 164.05 | 112.17 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 141 | 136 | 0 | 0.36 | 0.38 | 0.14 | 3.57 | 0.55 | 0.7 |
| Hex | DC | 8D | 88 | 0 | 24 | 26 | E | 4 | 37 | 46 |
| Octal | 334 | 215 | 210 | 0 | 44 | 46 | 16 | 4 | 67 | 106 |
| Binary | 11011100 | 10001101 | 10001000 | 0 | 100100 | 100110 | 1110 | 100 | 110111 | 1000110 |
Color Harmonies of #DC8D88
Complementary color
Monochromatic Colors of #DC8D88
Black with #DC8D88
Text Example
Text Example
White with #DC8D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8D88; }
p { color: rgb(220,141,136); }
H1.HeaderClassName
{
color: #DC8D88;
}
.AnyTagClassName
{
color: #DC8D88;
}
</style>
background-color css
<style>
a { background-color: #DC8D88; }
a { background-color: rgb(220,141,136); }
div.DivClassName
{
background-color: #DC8D88;
}
.BgClassName
{
background-color: #DC8D88;
}
</style>
border-color css
<style>
span { border-color: #DC8D88; }
span { border-color: rgb(220,141,136); }
td.TdClassName
{
border-color: #DC8D88;
}
.TagClassName
{
border-color: #DC8D88;
}
</style>