Shades of My Pink #DD8C7D
Tints of My Pink #DD8C7D
RGB
CMYK
RGB Variations
Color information
#DD8C7D (or 0xDD8C7D) is known color: My Pink. HEX triplet: DD, 8C and 7D. RGB value is (221,140,125). Sum of RGB (Red+Green+Blue) = 221+140+125=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8C7D is #227382. Grayscale: #A2A2A2. Windows color (decimal): -2257795 or 8228061. OLE color: 8228061.
HSL color Cylindrical-coordinate representation of color #DD8C7D: hue angle of 9.38º 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 #DD8C7D is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 125 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.13 |
| HSL | 9.38º | 0.59% | 0.68% | - |
| HSV(B) | 9.38º | 0.43% | 0.87% | - |
| XYZ | 42.9 | 35.61 | 24.01 | - |
| YUV | 162.51 | 106.84 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 125 | 0 | 0.37 | 0.43 | 0.13 | 9.38 | 0.59 | 0.68 |
| Hex | DD | 8C | 7D | 0 | 25 | 2B | D | 9 | 3B | 44 |
| Octal | 335 | 214 | 175 | 0 | 45 | 53 | 15 | 11 | 73 | 104 |
| Binary | 11011101 | 10001100 | 1111101 | 0 | 100101 | 101011 | 1101 | 1001 | 111011 | 1000100 |
Color Harmonies of #DD8C7D
Complementary color
Monochromatic Colors of #DD8C7D
Black with #DD8C7D
Text Example
Text Example
White with #DD8C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8C7D; }
p { color: rgb(221,140,125); }
H1.HeaderClassName
{
color: #DD8C7D;
}
.AnyTagClassName
{
color: #DD8C7D;
}
</style>
background-color css
<style>
a { background-color: #DD8C7D; }
a { background-color: rgb(221,140,125); }
div.DivClassName
{
background-color: #DD8C7D;
}
.BgClassName
{
background-color: #DD8C7D;
}
</style>
border-color css
<style>
span { border-color: #DD8C7D; }
span { border-color: rgb(221,140,125); }
td.TdClassName
{
border-color: #DD8C7D;
}
.TagClassName
{
border-color: #DD8C7D;
}
</style>