Shades of My Pink #DD8981
Tints of My Pink #DD8981
RGB
CMYK
RGB Variations
Color information
#DD8981 (or 0xDD8981) is known color: My Pink. HEX triplet: DD, 89 and 81. RGB value is (221,137,129). Sum of RGB (Red+Green+Blue) = 221+137+129=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8981 is #22767E. Grayscale: #A1A1A1. Windows color (decimal): -2258559 or 8489437. OLE color: 8489437.
HSL color Cylindrical-coordinate representation of color #DD8981: hue angle of 5.22º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD8981 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 129 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.13 |
| HSL | 5.22º | 0.58% | 0.69% | - |
| HSV(B) | 5.22º | 0.42% | 0.87% | - |
| XYZ | 42.73 | 34.85 | 25.24 | - |
| YUV | 161.2 | 109.83 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 129 | 0 | 0.38 | 0.42 | 0.13 | 5.22 | 0.58 | 0.69 |
| Hex | DD | 89 | 81 | 0 | 26 | 2A | D | 5 | 3A | 45 |
| Octal | 335 | 211 | 201 | 0 | 46 | 52 | 15 | 5 | 72 | 105 |
| Binary | 11011101 | 10001001 | 10000001 | 0 | 100110 | 101010 | 1101 | 101 | 111010 | 1000101 |
Color Harmonies of #DD8981
Complementary color
Monochromatic Colors of #DD8981
Black with #DD8981
Text Example
Text Example
White with #DD8981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8981; }
p { color: rgb(221,137,129); }
H1.HeaderClassName
{
color: #DD8981;
}
.AnyTagClassName
{
color: #DD8981;
}
</style>
background-color css
<style>
a { background-color: #DD8981; }
a { background-color: rgb(221,137,129); }
div.DivClassName
{
background-color: #DD8981;
}
.BgClassName
{
background-color: #DD8981;
}
</style>
border-color css
<style>
span { border-color: #DD8981; }
span { border-color: rgb(221,137,129); }
td.TdClassName
{
border-color: #DD8981;
}
.TagClassName
{
border-color: #DD8981;
}
</style>