Shades of My Pink #DD9087
Tints of My Pink #DD9087
RGB
CMYK
RGB Variations
Color information
#DD9087 (or 0xDD9087) is known color: My Pink. HEX triplet: DD, 90 and 87. RGB value is (221,144,135). Sum of RGB (Red+Green+Blue) = 221+144+135=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9087 is #226F78. Grayscale: #A6A6A6. Windows color (decimal): -2256761 or 8884445. OLE color: 8884445.
HSL color Cylindrical-coordinate representation of color #DD9087: hue angle of 6.28º 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 #DD9087 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 135 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.13 |
| HSL | 6.28º | 0.56% | 0.7% | - |
| HSV(B) | 6.28º | 0.39% | 0.87% | - |
| XYZ | 44.17 | 37.07 | 27.75 | - |
| YUV | 166 | 110.51 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 135 | 0 | 0.35 | 0.39 | 0.13 | 6.28 | 0.56 | 0.7 |
| Hex | DD | 90 | 87 | 0 | 23 | 27 | D | 6 | 38 | 46 |
| Octal | 335 | 220 | 207 | 0 | 43 | 47 | 15 | 6 | 70 | 106 |
| Binary | 11011101 | 10010000 | 10000111 | 0 | 100011 | 100111 | 1101 | 110 | 111000 | 1000110 |
Color Harmonies of #DD9087
Complementary color
Monochromatic Colors of #DD9087
Black with #DD9087
Text Example
Text Example
White with #DD9087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9087; }
p { color: rgb(221,144,135); }
H1.HeaderClassName
{
color: #DD9087;
}
.AnyTagClassName
{
color: #DD9087;
}
</style>
background-color css
<style>
a { background-color: #DD9087; }
a { background-color: rgb(221,144,135); }
div.DivClassName
{
background-color: #DD9087;
}
.BgClassName
{
background-color: #DD9087;
}
</style>
border-color css
<style>
span { border-color: #DD9087; }
span { border-color: rgb(221,144,135); }
td.TdClassName
{
border-color: #DD9087;
}
.TagClassName
{
border-color: #DD9087;
}
</style>