Shades of My Pink #DD8D7B
Tints of My Pink #DD8D7B
RGB
CMYK
RGB Variations
Color information
#DD8D7B (or 0xDD8D7B) is known color: My Pink. HEX triplet: DD, 8D and 7B. RGB value is (221,141,123). Sum of RGB (Red+Green+Blue) = 221+141+123=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8D7B is #227284. Grayscale: #A3A3A3. Windows color (decimal): -2257541 or 8097245. OLE color: 8097245.
HSL color Cylindrical-coordinate representation of color #DD8D7B: hue angle of 11.02º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD8D7B is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 123 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.13 |
| HSL | 11.02º | 0.59% | 0.67% | - |
| HSV(B) | 11.02º | 0.44% | 0.87% | - |
| XYZ | 42.92 | 35.85 | 23.4 | - |
| YUV | 162.87 | 105.5 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 123 | 0 | 0.36 | 0.44 | 0.13 | 11.02 | 0.59 | 0.67 |
| Hex | DD | 8D | 7B | 0 | 24 | 2C | D | B | 3B | 43 |
| Octal | 335 | 215 | 173 | 0 | 44 | 54 | 15 | 13 | 73 | 103 |
| Binary | 11011101 | 10001101 | 1111011 | 0 | 100100 | 101100 | 1101 | 1011 | 111011 | 1000011 |
Color Harmonies of #DD8D7B
Complementary color
Monochromatic Colors of #DD8D7B
Black with #DD8D7B
Text Example
Text Example
White with #DD8D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8D7B; }
p { color: rgb(221,141,123); }
H1.HeaderClassName
{
color: #DD8D7B;
}
.AnyTagClassName
{
color: #DD8D7B;
}
</style>
background-color css
<style>
a { background-color: #DD8D7B; }
a { background-color: rgb(221,141,123); }
div.DivClassName
{
background-color: #DD8D7B;
}
.BgClassName
{
background-color: #DD8D7B;
}
</style>
border-color css
<style>
span { border-color: #DD8D7B; }
span { border-color: rgb(221,141,123); }
td.TdClassName
{
border-color: #DD8D7B;
}
.TagClassName
{
border-color: #DD8D7B;
}
</style>