Shades of My Pink #DF8E7B
Tints of My Pink #DF8E7B
RGB
CMYK
RGB Variations
Color information
#DF8E7B (or 0xDF8E7B) is known color: My Pink. HEX triplet: DF, 8E and 7B. RGB value is (223,142,123). Sum of RGB (Red+Green+Blue) = 223+142+123=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8E7B is #207184. Grayscale: #A4A4A4. Windows color (decimal): -2126213 or 8097503. OLE color: 8097503.
HSL color Cylindrical-coordinate representation of color #DF8E7B: hue angle of 11.4º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF8E7B is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 142 | 123 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.13 |
| HSL | 11.4º | 0.61% | 0.68% | - |
| HSV(B) | 11.4º | 0.45% | 0.87% | - |
| XYZ | 43.68 | 36.46 | 23.47 | - |
| YUV | 164.05 | 104.84 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 142 | 123 | 0 | 0.36 | 0.45 | 0.13 | 11.4 | 0.61 | 0.68 |
| Hex | DF | 8E | 7B | 0 | 24 | 2D | D | B | 3D | 44 |
| Octal | 337 | 216 | 173 | 0 | 44 | 55 | 15 | 13 | 75 | 104 |
| Binary | 11011111 | 10001110 | 1111011 | 0 | 100100 | 101101 | 1101 | 1011 | 111101 | 1000100 |
Color Harmonies of #DF8E7B
Complementary color
Monochromatic Colors of #DF8E7B
Black with #DF8E7B
Text Example
Text Example
White with #DF8E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8E7B; }
p { color: rgb(223,142,123); }
H1.HeaderClassName
{
color: #DF8E7B;
}
.AnyTagClassName
{
color: #DF8E7B;
}
</style>
background-color css
<style>
a { background-color: #DF8E7B; }
a { background-color: rgb(223,142,123); }
div.DivClassName
{
background-color: #DF8E7B;
}
.BgClassName
{
background-color: #DF8E7B;
}
</style>
border-color css
<style>
span { border-color: #DF8E7B; }
span { border-color: rgb(223,142,123); }
td.TdClassName
{
border-color: #DF8E7B;
}
.TagClassName
{
border-color: #DF8E7B;
}
</style>