Shades of My Pink #DD8F85
Tints of My Pink #DD8F85
RGB
CMYK
RGB Variations
Color information
#DD8F85 (or 0xDD8F85) is known color: My Pink. HEX triplet: DD, 8F and 85. RGB value is (221,143,133). Sum of RGB (Red+Green+Blue) = 221+143+133=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8F85 is #22707A. Grayscale: #A5A5A5. Windows color (decimal): -2257019 or 8753117. OLE color: 8753117.
HSL color Cylindrical-coordinate representation of color #DD8F85: hue angle of 6.82º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD8F85 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 133 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.13 |
| HSL | 6.82º | 0.56% | 0.69% | - |
| HSV(B) | 6.82º | 0.4% | 0.87% | - |
| XYZ | 43.87 | 36.71 | 26.96 | - |
| YUV | 165.18 | 109.84 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 133 | 0 | 0.35 | 0.40 | 0.13 | 6.82 | 0.56 | 0.69 |
| Hex | DD | 8F | 85 | 0 | 23 | 28 | D | 7 | 38 | 45 |
| Octal | 335 | 217 | 205 | 0 | 43 | 50 | 15 | 7 | 70 | 105 |
| Binary | 11011101 | 10001111 | 10000101 | 0 | 100011 | 101000 | 1101 | 111 | 111000 | 1000101 |
Color Harmonies of #DD8F85
Complementary color
Monochromatic Colors of #DD8F85
Black with #DD8F85
Text Example
Text Example
White with #DD8F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F85; }
p { color: rgb(221,143,133); }
H1.HeaderClassName
{
color: #DD8F85;
}
.AnyTagClassName
{
color: #DD8F85;
}
</style>
background-color css
<style>
a { background-color: #DD8F85; }
a { background-color: rgb(221,143,133); }
div.DivClassName
{
background-color: #DD8F85;
}
.BgClassName
{
background-color: #DD8F85;
}
</style>
border-color css
<style>
span { border-color: #DD8F85; }
span { border-color: rgb(221,143,133); }
td.TdClassName
{
border-color: #DD8F85;
}
.TagClassName
{
border-color: #DD8F85;
}
</style>