Shades of My Pink #DD8C80
Tints of My Pink #DD8C80
RGB
CMYK
RGB Variations
Color information
#DD8C80 (or 0xDD8C80) is known color: My Pink. HEX triplet: DD, 8C and 80. RGB value is (221,140,128). Sum of RGB (Red+Green+Blue) = 221+140+128=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8C80 is #22737F. Grayscale: #A2A2A2. Windows color (decimal): -2257792 or 8424669. OLE color: 8424669.
HSL color Cylindrical-coordinate representation of color #DD8C80: hue angle of 7.74º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD8C80 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 128 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.13 |
| HSL | 7.74º | 0.58% | 0.68% | - |
| HSV(B) | 7.74º | 0.42% | 0.87% | - |
| XYZ | 43.09 | 35.69 | 25.04 | - |
| YUV | 162.85 | 108.34 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 128 | 0 | 0.37 | 0.42 | 0.13 | 7.74 | 0.58 | 0.68 |
| Hex | DD | 8C | 80 | 0 | 25 | 2A | D | 8 | 3A | 44 |
| Octal | 335 | 214 | 200 | 0 | 45 | 52 | 15 | 10 | 72 | 104 |
| Binary | 11011101 | 10001100 | 10000000 | 0 | 100101 | 101010 | 1101 | 1000 | 111010 | 1000100 |
Color Harmonies of #DD8C80
Complementary color
Monochromatic Colors of #DD8C80
Black with #DD8C80
Text Example
Text Example
White with #DD8C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8C80; }
p { color: rgb(221,140,128); }
H1.HeaderClassName
{
color: #DD8C80;
}
.AnyTagClassName
{
color: #DD8C80;
}
</style>
background-color css
<style>
a { background-color: #DD8C80; }
a { background-color: rgb(221,140,128); }
div.DivClassName
{
background-color: #DD8C80;
}
.BgClassName
{
background-color: #DD8C80;
}
</style>
border-color css
<style>
span { border-color: #DD8C80; }
span { border-color: rgb(221,140,128); }
td.TdClassName
{
border-color: #DD8C80;
}
.TagClassName
{
border-color: #DD8C80;
}
</style>