Shades of My Pink #DD8C89
Tints of My Pink #DD8C89
RGB
CMYK
RGB Variations
Color information
#DD8C89 (or 0xDD8C89) is known color: My Pink. HEX triplet: DD, 8C and 89. RGB value is (221,140,137). Sum of RGB (Red+Green+Blue) = 221+140+137=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8C89 is #227376. Grayscale: #A3A3A3. Windows color (decimal): -2257783 or 9014493. OLE color: 9014493.
HSL color Cylindrical-coordinate representation of color #DD8C89: hue angle of 2.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD8C89 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 137 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.13 |
| HSL | 2.14º | 0.55% | 0.7% | - |
| HSV(B) | 2.14º | 0.38% | 0.87% | - |
| XYZ | 43.71 | 35.93 | 28.3 | - |
| YUV | 163.88 | 112.84 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 137 | 0 | 0.37 | 0.38 | 0.13 | 2.14 | 0.55 | 0.7 |
| Hex | DD | 8C | 89 | 0 | 25 | 26 | D | 2 | 37 | 46 |
| Octal | 335 | 214 | 211 | 0 | 45 | 46 | 15 | 2 | 67 | 106 |
| Binary | 11011101 | 10001100 | 10001001 | 0 | 100101 | 100110 | 1101 | 10 | 110111 | 1000110 |
Color Harmonies of #DD8C89
Complementary color
Monochromatic Colors of #DD8C89
Black with #DD8C89
Text Example
Text Example
White with #DD8C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8C89; }
p { color: rgb(221,140,137); }
H1.HeaderClassName
{
color: #DD8C89;
}
.AnyTagClassName
{
color: #DD8C89;
}
</style>
background-color css
<style>
a { background-color: #DD8C89; }
a { background-color: rgb(221,140,137); }
div.DivClassName
{
background-color: #DD8C89;
}
.BgClassName
{
background-color: #DD8C89;
}
</style>
border-color css
<style>
span { border-color: #DD8C89; }
span { border-color: rgb(221,140,137); }
td.TdClassName
{
border-color: #DD8C89;
}
.TagClassName
{
border-color: #DD8C89;
}
</style>