Shades of My Pink #DD8A86
Tints of My Pink #DD8A86
RGB
CMYK
RGB Variations
Color information
#DD8A86 (or 0xDD8A86) is known color: My Pink. HEX triplet: DD, 8A and 86. RGB value is (221,138,134). Sum of RGB (Red+Green+Blue) = 221+138+134=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8A86 is #227579. Grayscale: #A2A2A2. Windows color (decimal): -2258298 or 8817373. OLE color: 8817373.
HSL color Cylindrical-coordinate representation of color #DD8A86: hue angle of 2.76º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD8A86 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 134 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.13 |
| HSL | 2.76º | 0.56% | 0.7% | - |
| HSV(B) | 2.76º | 0.39% | 0.87% | - |
| XYZ | 43.21 | 35.27 | 27.08 | - |
| YUV | 162.36 | 112 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 134 | 0 | 0.38 | 0.39 | 0.13 | 2.76 | 0.56 | 0.7 |
| Hex | DD | 8A | 86 | 0 | 26 | 27 | D | 3 | 38 | 46 |
| Octal | 335 | 212 | 206 | 0 | 46 | 47 | 15 | 3 | 70 | 106 |
| Binary | 11011101 | 10001010 | 10000110 | 0 | 100110 | 100111 | 1101 | 11 | 111000 | 1000110 |
Color Harmonies of #DD8A86
Complementary color
Monochromatic Colors of #DD8A86
Black with #DD8A86
Text Example
Text Example
White with #DD8A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A86; }
p { color: rgb(221,138,134); }
H1.HeaderClassName
{
color: #DD8A86;
}
.AnyTagClassName
{
color: #DD8A86;
}
</style>
background-color css
<style>
a { background-color: #DD8A86; }
a { background-color: rgb(221,138,134); }
div.DivClassName
{
background-color: #DD8A86;
}
.BgClassName
{
background-color: #DD8A86;
}
</style>
border-color css
<style>
span { border-color: #DD8A86; }
span { border-color: rgb(221,138,134); }
td.TdClassName
{
border-color: #DD8A86;
}
.TagClassName
{
border-color: #DD8A86;
}
</style>