Shades of My Pink #DD8980
Tints of My Pink #DD8980
RGB
CMYK
RGB Variations
Color information
#DD8980 (or 0xDD8980) is known color: My Pink. HEX triplet: DD, 89 and 80. RGB value is (221,137,128). Sum of RGB (Red+Green+Blue) = 221+137+128=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8980 is #22767F. Grayscale: #A1A1A1. Windows color (decimal): -2258560 or 8423901. OLE color: 8423901.
HSL color Cylindrical-coordinate representation of color #DD8980: hue angle of 5.81º 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 #DD8980 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 128 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.13 |
| HSL | 5.81º | 0.58% | 0.68% | - |
| HSV(B) | 5.81º | 0.42% | 0.87% | - |
| XYZ | 42.66 | 34.82 | 24.89 | - |
| YUV | 161.09 | 109.33 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 128 | 0 | 0.38 | 0.42 | 0.13 | 5.81 | 0.58 | 0.68 |
| Hex | DD | 89 | 80 | 0 | 26 | 2A | D | 6 | 3A | 44 |
| Octal | 335 | 211 | 200 | 0 | 46 | 52 | 15 | 6 | 72 | 104 |
| Binary | 11011101 | 10001001 | 10000000 | 0 | 100110 | 101010 | 1101 | 110 | 111010 | 1000100 |
Color Harmonies of #DD8980
Complementary color
Monochromatic Colors of #DD8980
Black with #DD8980
Text Example
Text Example
White with #DD8980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8980; }
p { color: rgb(221,137,128); }
H1.HeaderClassName
{
color: #DD8980;
}
.AnyTagClassName
{
color: #DD8980;
}
</style>
background-color css
<style>
a { background-color: #DD8980; }
a { background-color: rgb(221,137,128); }
div.DivClassName
{
background-color: #DD8980;
}
.BgClassName
{
background-color: #DD8980;
}
</style>
border-color css
<style>
span { border-color: #DD8980; }
span { border-color: rgb(221,137,128); }
td.TdClassName
{
border-color: #DD8980;
}
.TagClassName
{
border-color: #DD8980;
}
</style>