Shades of My Pink #DD8E7D
Tints of My Pink #DD8E7D
RGB
CMYK
RGB Variations
Color information
#DD8E7D (or 0xDD8E7D) is known color: My Pink. HEX triplet: DD, 8E and 7D. RGB value is (221,142,125). Sum of RGB (Red+Green+Blue) = 221+142+125=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8E7D is #227182. Grayscale: #A3A3A3. Windows color (decimal): -2257283 or 8228573. OLE color: 8228573.
HSL color Cylindrical-coordinate representation of color #DD8E7D: hue angle of 10.62º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD8E7D is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 142 | 125 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.13 |
| HSL | 10.63º | 0.59% | 0.68% | - |
| HSV(B) | 10.63º | 0.43% | 0.87% | - |
| XYZ | 43.19 | 36.2 | 24.11 | - |
| YUV | 163.68 | 106.17 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 142 | 125 | 0 | 0.36 | 0.43 | 0.13 | 10.63 | 0.59 | 0.68 |
| Hex | DD | 8E | 7D | 0 | 24 | 2B | D | B | 3B | 44 |
| Octal | 335 | 216 | 175 | 0 | 44 | 53 | 15 | 13 | 73 | 104 |
| Binary | 11011101 | 10001110 | 1111101 | 0 | 100100 | 101011 | 1101 | 1011 | 111011 | 1000100 |
Color Harmonies of #DD8E7D
Complementary color
Monochromatic Colors of #DD8E7D
Black with #DD8E7D
Text Example
Text Example
White with #DD8E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8E7D; }
p { color: rgb(221,142,125); }
H1.HeaderClassName
{
color: #DD8E7D;
}
.AnyTagClassName
{
color: #DD8E7D;
}
</style>
background-color css
<style>
a { background-color: #DD8E7D; }
a { background-color: rgb(221,142,125); }
div.DivClassName
{
background-color: #DD8E7D;
}
.BgClassName
{
background-color: #DD8E7D;
}
</style>
border-color css
<style>
span { border-color: #DD8E7D; }
span { border-color: rgb(221,142,125); }
td.TdClassName
{
border-color: #DD8E7D;
}
.TagClassName
{
border-color: #DD8E7D;
}
</style>