Shades of My Pink #DD8D88
Tints of My Pink #DD8D88
RGB
CMYK
RGB Variations
Color information
#DD8D88 (or 0xDD8D88) is known color: My Pink. HEX triplet: DD, 8D and 88. RGB value is (221,141,136). Sum of RGB (Red+Green+Blue) = 221+141+136=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 136 (53.52% from 255 or 27.31% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8D88 is #227277. Grayscale: #A4A4A4. Windows color (decimal): -2257528 or 8949213. OLE color: 8949213.
HSL color Cylindrical-coordinate representation of color #DD8D88: hue angle of 3.53º degrees, saturation: 0.56, 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 #DD8D88 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 136 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.13 |
| HSL | 3.53º | 0.56% | 0.7% | - |
| HSV(B) | 3.53º | 0.38% | 0.87% | - |
| XYZ | 43.79 | 36.2 | 27.97 | - |
| YUV | 164.35 | 112 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 136 | 0 | 0.36 | 0.38 | 0.13 | 3.53 | 0.56 | 0.7 |
| Hex | DD | 8D | 88 | 0 | 24 | 26 | D | 4 | 38 | 46 |
| Octal | 335 | 215 | 210 | 0 | 44 | 46 | 15 | 4 | 70 | 106 |
| Binary | 11011101 | 10001101 | 10001000 | 0 | 100100 | 100110 | 1101 | 100 | 111000 | 1000110 |
Color Harmonies of #DD8D88
Complementary color
Monochromatic Colors of #DD8D88
Black with #DD8D88
Text Example
Text Example
White with #DD8D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8D88; }
p { color: rgb(221,141,136); }
H1.HeaderClassName
{
color: #DD8D88;
}
.AnyTagClassName
{
color: #DD8D88;
}
</style>
background-color css
<style>
a { background-color: #DD8D88; }
a { background-color: rgb(221,141,136); }
div.DivClassName
{
background-color: #DD8D88;
}
.BgClassName
{
background-color: #DD8D88;
}
</style>
border-color css
<style>
span { border-color: #DD8D88; }
span { border-color: rgb(221,141,136); }
td.TdClassName
{
border-color: #DD8D88;
}
.TagClassName
{
border-color: #DD8D88;
}
</style>