Shades of My Pink #DF8C80
Tints of My Pink #DF8C80
RGB
CMYK
RGB Variations
Color information
#DF8C80 (or 0xDF8C80) is known color: My Pink. HEX triplet: DF, 8C and 80. RGB value is (223,140,128). Sum of RGB (Red+Green+Blue) = 223+140+128=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8C80 is #20737F. Grayscale: #A3A3A3. Windows color (decimal): -2126720 or 8424671. OLE color: 8424671.
HSL color Cylindrical-coordinate representation of color #DF8C80: hue angle of 7.58º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF8C80 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 140 | 128 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.13 |
| HSL | 7.58º | 0.6% | 0.69% | - |
| HSV(B) | 7.58º | 0.43% | 0.87% | - |
| XYZ | 43.71 | 36 | 25.07 | - |
| YUV | 163.45 | 108 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 140 | 128 | 0 | 0.37 | 0.43 | 0.13 | 7.58 | 0.6 | 0.69 |
| Hex | DF | 8C | 80 | 0 | 25 | 2B | D | 8 | 3C | 45 |
| Octal | 337 | 214 | 200 | 0 | 45 | 53 | 15 | 10 | 74 | 105 |
| Binary | 11011111 | 10001100 | 10000000 | 0 | 100101 | 101011 | 1101 | 1000 | 111100 | 1000101 |
Color Harmonies of #DF8C80
Complementary color
Monochromatic Colors of #DF8C80
Black with #DF8C80
Text Example
Text Example
White with #DF8C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8C80; }
p { color: rgb(223,140,128); }
H1.HeaderClassName
{
color: #DF8C80;
}
.AnyTagClassName
{
color: #DF8C80;
}
</style>
background-color css
<style>
a { background-color: #DF8C80; }
a { background-color: rgb(223,140,128); }
div.DivClassName
{
background-color: #DF8C80;
}
.BgClassName
{
background-color: #DF8C80;
}
</style>
border-color css
<style>
span { border-color: #DF8C80; }
span { border-color: rgb(223,140,128); }
td.TdClassName
{
border-color: #DF8C80;
}
.TagClassName
{
border-color: #DF8C80;
}
</style>