Shades of My Pink #DC8C88
Tints of My Pink #DC8C88
RGB
CMYK
RGB Variations
Color information
#DC8C88 (or 0xDC8C88) is known color: My Pink. HEX triplet: DC, 8C and 88. RGB value is (220,140,136). Sum of RGB (Red+Green+Blue) = 220+140+136=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8C88 is #237377. Grayscale: #A3A3A3. Windows color (decimal): -2323320 or 8948956. OLE color: 8948956.
HSL color Cylindrical-coordinate representation of color #DC8C88: hue angle of 2.86º 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 #DC8C88 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 136 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.14 |
| HSL | 2.86º | 0.55% | 0.7% | - |
| HSV(B) | 2.86º | 0.38% | 0.86% | - |
| XYZ | 43.34 | 35.75 | 27.91 | - |
| YUV | 163.46 | 112.5 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 136 | 0 | 0.36 | 0.38 | 0.14 | 2.86 | 0.55 | 0.7 |
| Hex | DC | 8C | 88 | 0 | 24 | 26 | E | 3 | 37 | 46 |
| Octal | 334 | 214 | 210 | 0 | 44 | 46 | 16 | 3 | 67 | 106 |
| Binary | 11011100 | 10001100 | 10001000 | 0 | 100100 | 100110 | 1110 | 11 | 110111 | 1000110 |
Color Harmonies of #DC8C88
Complementary color
Monochromatic Colors of #DC8C88
Black with #DC8C88
Text Example
Text Example
White with #DC8C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8C88; }
p { color: rgb(220,140,136); }
H1.HeaderClassName
{
color: #DC8C88;
}
.AnyTagClassName
{
color: #DC8C88;
}
</style>
background-color css
<style>
a { background-color: #DC8C88; }
a { background-color: rgb(220,140,136); }
div.DivClassName
{
background-color: #DC8C88;
}
.BgClassName
{
background-color: #DC8C88;
}
</style>
border-color css
<style>
span { border-color: #DC8C88; }
span { border-color: rgb(220,140,136); }
td.TdClassName
{
border-color: #DC8C88;
}
.TagClassName
{
border-color: #DC8C88;
}
</style>