Shades of My Pink #DD9081
Tints of My Pink #DD9081
RGB
CMYK
RGB Variations
Color information
#DD9081 (or 0xDD9081) is known color: My Pink. HEX triplet: DD, 90 and 81. RGB value is (221,144,129). Sum of RGB (Red+Green+Blue) = 221+144+129=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9081 is #226F7E. Grayscale: #A5A5A5. Windows color (decimal): -2256767 or 8491229. OLE color: 8491229.
HSL color Cylindrical-coordinate representation of color #DD9081: hue angle of 9.78º 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 #DD9081 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 129 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.13 |
| HSL | 9.78º | 0.58% | 0.69% | - |
| HSV(B) | 9.78º | 0.42% | 0.87% | - |
| XYZ | 43.75 | 36.9 | 25.59 | - |
| YUV | 165.31 | 107.51 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 129 | 0 | 0.35 | 0.42 | 0.13 | 9.78 | 0.58 | 0.69 |
| Hex | DD | 90 | 81 | 0 | 23 | 2A | D | A | 3A | 45 |
| Octal | 335 | 220 | 201 | 0 | 43 | 52 | 15 | 12 | 72 | 105 |
| Binary | 11011101 | 10010000 | 10000001 | 0 | 100011 | 101010 | 1101 | 1010 | 111010 | 1000101 |
Color Harmonies of #DD9081
Complementary color
Monochromatic Colors of #DD9081
Black with #DD9081
Text Example
Text Example
White with #DD9081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9081; }
p { color: rgb(221,144,129); }
H1.HeaderClassName
{
color: #DD9081;
}
.AnyTagClassName
{
color: #DD9081;
}
</style>
background-color css
<style>
a { background-color: #DD9081; }
a { background-color: rgb(221,144,129); }
div.DivClassName
{
background-color: #DD9081;
}
.BgClassName
{
background-color: #DD9081;
}
</style>
border-color css
<style>
span { border-color: #DD9081; }
span { border-color: rgb(221,144,129); }
td.TdClassName
{
border-color: #DD9081;
}
.TagClassName
{
border-color: #DD9081;
}
</style>