Shades of My Pink #DD8982
Tints of My Pink #DD8982
RGB
CMYK
RGB Variations
Color information
#DD8982 (or 0xDD8982) is known color: My Pink. HEX triplet: DD, 89 and 82. RGB value is (221,137,130). Sum of RGB (Red+Green+Blue) = 221+137+130=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8982 is #22767D. Grayscale: #A1A1A1. Windows color (decimal): -2258558 or 8554973. OLE color: 8554973.
HSL color Cylindrical-coordinate representation of color #DD8982: hue angle of 4.62º 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 #DD8982 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 130 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.13 |
| HSL | 4.62º | 0.57% | 0.69% | - |
| HSV(B) | 4.62º | 0.41% | 0.87% | - |
| XYZ | 42.79 | 34.88 | 25.6 | - |
| YUV | 161.32 | 110.33 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 130 | 0 | 0.38 | 0.41 | 0.13 | 4.62 | 0.57 | 0.69 |
| Hex | DD | 89 | 82 | 0 | 26 | 29 | D | 5 | 39 | 45 |
| Octal | 335 | 211 | 202 | 0 | 46 | 51 | 15 | 5 | 71 | 105 |
| Binary | 11011101 | 10001001 | 10000010 | 0 | 100110 | 101001 | 1101 | 101 | 111001 | 1000101 |
Color Harmonies of #DD8982
Complementary color
Monochromatic Colors of #DD8982
Black with #DD8982
Text Example
Text Example
White with #DD8982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8982; }
p { color: rgb(221,137,130); }
H1.HeaderClassName
{
color: #DD8982;
}
.AnyTagClassName
{
color: #DD8982;
}
</style>
background-color css
<style>
a { background-color: #DD8982; }
a { background-color: rgb(221,137,130); }
div.DivClassName
{
background-color: #DD8982;
}
.BgClassName
{
background-color: #DD8982;
}
</style>
border-color css
<style>
span { border-color: #DD8982; }
span { border-color: rgb(221,137,130); }
td.TdClassName
{
border-color: #DD8982;
}
.TagClassName
{
border-color: #DD8982;
}
</style>