Shades of My Pink #DC8880
Tints of My Pink #DC8880
RGB
CMYK
RGB Variations
Color information
#DC8880 (or 0xDC8880) is known color: My Pink. HEX triplet: DC, 88 and 80. RGB value is (220,136,128). Sum of RGB (Red+Green+Blue) = 220+136+128=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8880 is #23777F. Grayscale: #A0A0A0. Windows color (decimal): -2324352 or 8423644. OLE color: 8423644.
HSL color Cylindrical-coordinate representation of color #DC8880: hue angle of 5.22º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC8880 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 128 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.14 |
| HSL | 5.22º | 0.57% | 0.68% | - |
| HSV(B) | 5.22º | 0.42% | 0.86% | - |
| XYZ | 42.22 | 34.38 | 24.83 | - |
| YUV | 160.2 | 109.83 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 128 | 0 | 0.38 | 0.42 | 0.14 | 5.22 | 0.57 | 0.68 |
| Hex | DC | 88 | 80 | 0 | 26 | 2A | E | 5 | 39 | 44 |
| Octal | 334 | 210 | 200 | 0 | 46 | 52 | 16 | 5 | 71 | 104 |
| Binary | 11011100 | 10001000 | 10000000 | 0 | 100110 | 101010 | 1110 | 101 | 111001 | 1000100 |
Color Harmonies of #DC8880
Complementary color
Monochromatic Colors of #DC8880
Black with #DC8880
Text Example
Text Example
White with #DC8880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8880; }
p { color: rgb(220,136,128); }
H1.HeaderClassName
{
color: #DC8880;
}
.AnyTagClassName
{
color: #DC8880;
}
</style>
background-color css
<style>
a { background-color: #DC8880; }
a { background-color: rgb(220,136,128); }
div.DivClassName
{
background-color: #DC8880;
}
.BgClassName
{
background-color: #DC8880;
}
</style>
border-color css
<style>
span { border-color: #DC8880; }
span { border-color: rgb(220,136,128); }
td.TdClassName
{
border-color: #DC8880;
}
.TagClassName
{
border-color: #DC8880;
}
</style>