Shades of My Pink #DD8A82
Tints of My Pink #DD8A82
RGB
CMYK
RGB Variations
Color information
#DD8A82 (or 0xDD8A82) is known color: My Pink. HEX triplet: DD, 8A and 82. RGB value is (221,138,130). Sum of RGB (Red+Green+Blue) = 221+138+130=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8A82 is #22757D. Grayscale: #A2A2A2. Windows color (decimal): -2258302 or 8555229. OLE color: 8555229.
HSL color Cylindrical-coordinate representation of color #DD8A82: hue angle of 5.27º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD8A82 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 130 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.13 |
| HSL | 5.27º | 0.57% | 0.69% | - |
| HSV(B) | 5.27º | 0.41% | 0.87% | - |
| XYZ | 42.94 | 35.16 | 25.64 | - |
| YUV | 161.91 | 110 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 130 | 0 | 0.38 | 0.41 | 0.13 | 5.27 | 0.57 | 0.69 |
| Hex | DD | 8A | 82 | 0 | 26 | 29 | D | 5 | 39 | 45 |
| Octal | 335 | 212 | 202 | 0 | 46 | 51 | 15 | 5 | 71 | 105 |
| Binary | 11011101 | 10001010 | 10000010 | 0 | 100110 | 101001 | 1101 | 101 | 111001 | 1000101 |
Color Harmonies of #DD8A82
Complementary color
Monochromatic Colors of #DD8A82
Black with #DD8A82
Text Example
Text Example
White with #DD8A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A82; }
p { color: rgb(221,138,130); }
H1.HeaderClassName
{
color: #DD8A82;
}
.AnyTagClassName
{
color: #DD8A82;
}
</style>
background-color css
<style>
a { background-color: #DD8A82; }
a { background-color: rgb(221,138,130); }
div.DivClassName
{
background-color: #DD8A82;
}
.BgClassName
{
background-color: #DD8A82;
}
</style>
border-color css
<style>
span { border-color: #DD8A82; }
span { border-color: rgb(221,138,130); }
td.TdClassName
{
border-color: #DD8A82;
}
.TagClassName
{
border-color: #DD8A82;
}
</style>