Shades of My Pink #DF8B7D
Tints of My Pink #DF8B7D
RGB
CMYK
RGB Variations
Color information
#DF8B7D (or 0xDF8B7D) is known color: My Pink. HEX triplet: DF, 8B and 7D. RGB value is (223,139,125). Sum of RGB (Red+Green+Blue) = 223+139+125=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8B7D is #207482. Grayscale: #A2A2A2. Windows color (decimal): -2126979 or 8227807. OLE color: 8227807.
HSL color Cylindrical-coordinate representation of color #DF8B7D: hue angle of 8.57º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF8B7D is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 139 | 125 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.13 |
| HSL | 8.57º | 0.6% | 0.68% | - |
| HSV(B) | 8.57º | 0.44% | 0.87% | - |
| XYZ | 43.37 | 35.63 | 23.99 | - |
| YUV | 162.52 | 106.83 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 125 | 0 | 0.38 | 0.44 | 0.13 | 8.57 | 0.6 | 0.68 |
| Hex | DF | 8B | 7D | 0 | 26 | 2C | D | 9 | 3C | 44 |
| Octal | 337 | 213 | 175 | 0 | 46 | 54 | 15 | 11 | 74 | 104 |
| Binary | 11011111 | 10001011 | 1111101 | 0 | 100110 | 101100 | 1101 | 1001 | 111100 | 1000100 |
Color Harmonies of #DF8B7D
Complementary color
Monochromatic Colors of #DF8B7D
Black with #DF8B7D
Text Example
Text Example
White with #DF8B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8B7D; }
p { color: rgb(223,139,125); }
H1.HeaderClassName
{
color: #DF8B7D;
}
.AnyTagClassName
{
color: #DF8B7D;
}
</style>
background-color css
<style>
a { background-color: #DF8B7D; }
a { background-color: rgb(223,139,125); }
div.DivClassName
{
background-color: #DF8B7D;
}
.BgClassName
{
background-color: #DF8B7D;
}
</style>
border-color css
<style>
span { border-color: #DF8B7D; }
span { border-color: rgb(223,139,125); }
td.TdClassName
{
border-color: #DF8B7D;
}
.TagClassName
{
border-color: #DF8B7D;
}
</style>