Shades of My Pink #DF8D88
Tints of My Pink #DF8D88
RGB
CMYK
RGB Variations
Color information
#DF8D88 (or 0xDF8D88) is known color: My Pink. HEX triplet: DF, 8D and 88. RGB value is (223,141,136). Sum of RGB (Red+Green+Blue) = 223+141+136=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8D88 is #207277. Grayscale: #A5A5A5. Windows color (decimal): -2126456 or 8949215. OLE color: 8949215.
HSL color Cylindrical-coordinate representation of color #DF8D88: hue angle of 3.45º degrees, saturation: 0.58, 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 #DF8D88 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 141 | 136 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.13 |
| HSL | 3.45º | 0.58% | 0.7% | - |
| HSV(B) | 3.45º | 0.39% | 0.87% | - |
| XYZ | 44.4 | 36.52 | 28 | - |
| YUV | 164.95 | 111.67 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 141 | 136 | 0 | 0.37 | 0.39 | 0.13 | 3.45 | 0.58 | 0.7 |
| Hex | DF | 8D | 88 | 0 | 25 | 27 | D | 3 | 3A | 46 |
| Octal | 337 | 215 | 210 | 0 | 45 | 47 | 15 | 3 | 72 | 106 |
| Binary | 11011111 | 10001101 | 10001000 | 0 | 100101 | 100111 | 1101 | 11 | 111010 | 1000110 |
Color Harmonies of #DF8D88
Complementary color
Monochromatic Colors of #DF8D88
Black with #DF8D88
Text Example
Text Example
White with #DF8D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8D88; }
p { color: rgb(223,141,136); }
H1.HeaderClassName
{
color: #DF8D88;
}
.AnyTagClassName
{
color: #DF8D88;
}
</style>
background-color css
<style>
a { background-color: #DF8D88; }
a { background-color: rgb(223,141,136); }
div.DivClassName
{
background-color: #DF8D88;
}
.BgClassName
{
background-color: #DF8D88;
}
</style>
border-color css
<style>
span { border-color: #DF8D88; }
span { border-color: rgb(223,141,136); }
td.TdClassName
{
border-color: #DF8D88;
}
.TagClassName
{
border-color: #DF8D88;
}
</style>