Shades of My Pink #DD8E7A
Tints of My Pink #DD8E7A
RGB
CMYK
RGB Variations
Color information
#DD8E7A (or 0xDD8E7A) is known color: My Pink. HEX triplet: DD, 8E and 7A. RGB value is (221,142,122). Sum of RGB (Red+Green+Blue) = 221+142+122=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8E7A is #227185. Grayscale: #A3A3A3. Windows color (decimal): -2257286 or 8031965. OLE color: 8031965.
HSL color Cylindrical-coordinate representation of color #DD8E7A: hue angle of 12.12º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD8E7A is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 142 | 122 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.13 |
| HSL | 12.12º | 0.59% | 0.67% | - |
| HSV(B) | 12.12º | 0.45% | 0.87% | - |
| XYZ | 43 | 36.12 | 23.12 | - |
| YUV | 163.34 | 104.67 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 142 | 122 | 0 | 0.36 | 0.45 | 0.13 | 12.12 | 0.59 | 0.67 |
| Hex | DD | 8E | 7A | 0 | 24 | 2D | D | C | 3B | 43 |
| Octal | 335 | 216 | 172 | 0 | 44 | 55 | 15 | 14 | 73 | 103 |
| Binary | 11011101 | 10001110 | 1111010 | 0 | 100100 | 101101 | 1101 | 1100 | 111011 | 1000011 |
Color Harmonies of #DD8E7A
Complementary color
Monochromatic Colors of #DD8E7A
Black with #DD8E7A
Text Example
Text Example
White with #DD8E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8E7A; }
p { color: rgb(221,142,122); }
H1.HeaderClassName
{
color: #DD8E7A;
}
.AnyTagClassName
{
color: #DD8E7A;
}
</style>
background-color css
<style>
a { background-color: #DD8E7A; }
a { background-color: rgb(221,142,122); }
div.DivClassName
{
background-color: #DD8E7A;
}
.BgClassName
{
background-color: #DD8E7A;
}
</style>
border-color css
<style>
span { border-color: #DD8E7A; }
span { border-color: rgb(221,142,122); }
td.TdClassName
{
border-color: #DD8E7A;
}
.TagClassName
{
border-color: #DD8E7A;
}
</style>