Shades of My Pink #DD8F87
Tints of My Pink #DD8F87
RGB
CMYK
RGB Variations
Color information
#DD8F87 (or 0xDD8F87) is known color: My Pink. HEX triplet: DD, 8F and 87. RGB value is (221,143,135). Sum of RGB (Red+Green+Blue) = 221+143+135=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8F87 is #227078. Grayscale: #A5A5A5. Windows color (decimal): -2257017 or 8884189. OLE color: 8884189.
HSL color Cylindrical-coordinate representation of color #DD8F87: hue angle of 5.58º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD8F87 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 135 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.13 |
| HSL | 5.58º | 0.56% | 0.7% | - |
| HSV(B) | 5.58º | 0.39% | 0.87% | - |
| XYZ | 44.01 | 36.77 | 27.7 | - |
| YUV | 165.41 | 110.84 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 135 | 0 | 0.35 | 0.39 | 0.13 | 5.58 | 0.56 | 0.7 |
| Hex | DD | 8F | 87 | 0 | 23 | 27 | D | 6 | 38 | 46 |
| Octal | 335 | 217 | 207 | 0 | 43 | 47 | 15 | 6 | 70 | 106 |
| Binary | 11011101 | 10001111 | 10000111 | 0 | 100011 | 100111 | 1101 | 110 | 111000 | 1000110 |
Color Harmonies of #DD8F87
Complementary color
Monochromatic Colors of #DD8F87
Black with #DD8F87
Text Example
Text Example
White with #DD8F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F87; }
p { color: rgb(221,143,135); }
H1.HeaderClassName
{
color: #DD8F87;
}
.AnyTagClassName
{
color: #DD8F87;
}
</style>
background-color css
<style>
a { background-color: #DD8F87; }
a { background-color: rgb(221,143,135); }
div.DivClassName
{
background-color: #DD8F87;
}
.BgClassName
{
background-color: #DD8F87;
}
</style>
border-color css
<style>
span { border-color: #DD8F87; }
span { border-color: rgb(221,143,135); }
td.TdClassName
{
border-color: #DD8F87;
}
.TagClassName
{
border-color: #DD8F87;
}
</style>