Shades of My Pink #DF8981
Tints of My Pink #DF8981
RGB
CMYK
RGB Variations
Color information
#DF8981 (or 0xDF8981) is known color: My Pink. HEX triplet: DF, 89 and 81. RGB value is (223,137,129). Sum of RGB (Red+Green+Blue) = 223+137+129=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8981 is #20767E. Grayscale: #A1A1A1. Windows color (decimal): -2127487 or 8489439. OLE color: 8489439.
HSL color Cylindrical-coordinate representation of color #DF8981: hue angle of 5.11º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF8981 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 129 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.13 |
| HSL | 5.11º | 0.59% | 0.69% | - |
| HSV(B) | 5.11º | 0.42% | 0.87% | - |
| XYZ | 43.34 | 35.16 | 25.27 | - |
| YUV | 161.8 | 109.49 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 129 | 0 | 0.39 | 0.42 | 0.13 | 5.11 | 0.59 | 0.69 |
| Hex | DF | 89 | 81 | 0 | 27 | 2A | D | 5 | 3B | 45 |
| Octal | 337 | 211 | 201 | 0 | 47 | 52 | 15 | 5 | 73 | 105 |
| Binary | 11011111 | 10001001 | 10000001 | 0 | 100111 | 101010 | 1101 | 101 | 111011 | 1000101 |
Color Harmonies of #DF8981
Complementary color
Monochromatic Colors of #DF8981
Black with #DF8981
Text Example
Text Example
White with #DF8981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8981; }
p { color: rgb(223,137,129); }
H1.HeaderClassName
{
color: #DF8981;
}
.AnyTagClassName
{
color: #DF8981;
}
</style>
background-color css
<style>
a { background-color: #DF8981; }
a { background-color: rgb(223,137,129); }
div.DivClassName
{
background-color: #DF8981;
}
.BgClassName
{
background-color: #DF8981;
}
</style>
border-color css
<style>
span { border-color: #DF8981; }
span { border-color: rgb(223,137,129); }
td.TdClassName
{
border-color: #DF8981;
}
.TagClassName
{
border-color: #DF8981;
}
</style>