Shades of My Pink #DF8F7D
Tints of My Pink #DF8F7D
RGB
CMYK
RGB Variations
Color information
#DF8F7D (or 0xDF8F7D) is known color: My Pink. HEX triplet: DF, 8F and 7D. RGB value is (223,143,125). Sum of RGB (Red+Green+Blue) = 223+143+125=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8F7D is #207082. Grayscale: #A5A5A5. Windows color (decimal): -2125955 or 8228831. OLE color: 8228831.
HSL color Cylindrical-coordinate representation of color #DF8F7D: hue angle of 11.02º 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 #DF8F7D is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 125 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.13 |
| HSL | 11.02º | 0.6% | 0.68% | - |
| HSV(B) | 11.02º | 0.44% | 0.87% | - |
| XYZ | 43.96 | 36.81 | 24.19 | - |
| YUV | 164.87 | 105.5 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 125 | 0 | 0.36 | 0.44 | 0.13 | 11.02 | 0.6 | 0.68 |
| Hex | DF | 8F | 7D | 0 | 24 | 2C | D | B | 3C | 44 |
| Octal | 337 | 217 | 175 | 0 | 44 | 54 | 15 | 13 | 74 | 104 |
| Binary | 11011111 | 10001111 | 1111101 | 0 | 100100 | 101100 | 1101 | 1011 | 111100 | 1000100 |
Color Harmonies of #DF8F7D
Complementary color
Monochromatic Colors of #DF8F7D
Black with #DF8F7D
Text Example
Text Example
White with #DF8F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8F7D; }
p { color: rgb(223,143,125); }
H1.HeaderClassName
{
color: #DF8F7D;
}
.AnyTagClassName
{
color: #DF8F7D;
}
</style>
background-color css
<style>
a { background-color: #DF8F7D; }
a { background-color: rgb(223,143,125); }
div.DivClassName
{
background-color: #DF8F7D;
}
.BgClassName
{
background-color: #DF8F7D;
}
</style>
border-color css
<style>
span { border-color: #DF8F7D; }
span { border-color: rgb(223,143,125); }
td.TdClassName
{
border-color: #DF8F7D;
}
.TagClassName
{
border-color: #DF8F7D;
}
</style>