Shades of My Pink #DD8880
Tints of My Pink #DD8880
RGB
CMYK
RGB Variations
Color information
#DD8880 (or 0xDD8880) is known color: My Pink. HEX triplet: DD, 88 and 80. RGB value is (221,136,128). Sum of RGB (Red+Green+Blue) = 221+136+128=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8880 is #22777F. Grayscale: #A0A0A0. Windows color (decimal): -2258816 or 8423645. OLE color: 8423645.
HSL color Cylindrical-coordinate representation of color #DD8880: hue angle of 5.16º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD8880 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 128 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.13 |
| HSL | 5.16º | 0.58% | 0.68% | - |
| HSV(B) | 5.16º | 0.42% | 0.87% | - |
| XYZ | 42.52 | 34.54 | 24.85 | - |
| YUV | 160.5 | 109.66 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 128 | 0 | 0.38 | 0.42 | 0.13 | 5.16 | 0.58 | 0.68 |
| Hex | DD | 88 | 80 | 0 | 26 | 2A | D | 5 | 3A | 44 |
| Octal | 335 | 210 | 200 | 0 | 46 | 52 | 15 | 5 | 72 | 104 |
| Binary | 11011101 | 10001000 | 10000000 | 0 | 100110 | 101010 | 1101 | 101 | 111010 | 1000100 |
Color Harmonies of #DD8880
Complementary color
Monochromatic Colors of #DD8880
Black with #DD8880
Text Example
Text Example
White with #DD8880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8880; }
p { color: rgb(221,136,128); }
H1.HeaderClassName
{
color: #DD8880;
}
.AnyTagClassName
{
color: #DD8880;
}
</style>
background-color css
<style>
a { background-color: #DD8880; }
a { background-color: rgb(221,136,128); }
div.DivClassName
{
background-color: #DD8880;
}
.BgClassName
{
background-color: #DD8880;
}
</style>
border-color css
<style>
span { border-color: #DD8880; }
span { border-color: rgb(221,136,128); }
td.TdClassName
{
border-color: #DD8880;
}
.TagClassName
{
border-color: #DD8880;
}
</style>