Shades of My Pink #DD8B87
Tints of My Pink #DD8B87
RGB
CMYK
RGB Variations
Color information
#DD8B87 (or 0xDD8B87) is known color: My Pink. HEX triplet: DD, 8B and 87. RGB value is (221,139,135). Sum of RGB (Red+Green+Blue) = 221+139+135=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 135 (53.12% from 255 or 27.27% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8B87 is #227478. Grayscale: #A3A3A3. Windows color (decimal): -2258041 or 8883165. OLE color: 8883165.
HSL color Cylindrical-coordinate representation of color #DD8B87: hue angle of 2.79º 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 #DD8B87 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 135 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.13 |
| HSL | 2.79º | 0.56% | 0.7% | - |
| HSV(B) | 2.79º | 0.39% | 0.87% | - |
| XYZ | 43.42 | 35.59 | 27.5 | - |
| YUV | 163.06 | 112.17 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 135 | 0 | 0.37 | 0.39 | 0.13 | 2.79 | 0.56 | 0.7 |
| Hex | DD | 8B | 87 | 0 | 25 | 27 | D | 3 | 38 | 46 |
| Octal | 335 | 213 | 207 | 0 | 45 | 47 | 15 | 3 | 70 | 106 |
| Binary | 11011101 | 10001011 | 10000111 | 0 | 100101 | 100111 | 1101 | 11 | 111000 | 1000110 |
Color Harmonies of #DD8B87
Complementary color
Monochromatic Colors of #DD8B87
Black with #DD8B87
Text Example
Text Example
White with #DD8B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8B87; }
p { color: rgb(221,139,135); }
H1.HeaderClassName
{
color: #DD8B87;
}
.AnyTagClassName
{
color: #DD8B87;
}
</style>
background-color css
<style>
a { background-color: #DD8B87; }
a { background-color: rgb(221,139,135); }
div.DivClassName
{
background-color: #DD8B87;
}
.BgClassName
{
background-color: #DD8B87;
}
</style>
border-color css
<style>
span { border-color: #DD8B87; }
span { border-color: rgb(221,139,135); }
td.TdClassName
{
border-color: #DD8B87;
}
.TagClassName
{
border-color: #DD8B87;
}
</style>