Shades of My Pink #DE8D7F
Tints of My Pink #DE8D7F
RGB
CMYK
RGB Variations
Color information
#DE8D7F (or 0xDE8D7F) is known color: My Pink. HEX triplet: DE, 8D and 7F. RGB value is (222,141,127). Sum of RGB (Red+Green+Blue) = 222+141+127=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8D7F is #217280. Grayscale: #A3A3A3. Windows color (decimal): -2192001 or 8359390. OLE color: 8359390.
HSL color Cylindrical-coordinate representation of color #DE8D7F: hue angle of 8.84º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE8D7F is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 141 | 127 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.13 |
| HSL | 8.84º | 0.59% | 0.68% | - |
| HSV(B) | 8.84º | 0.43% | 0.87% | - |
| XYZ | 43.48 | 36.11 | 24.76 | - |
| YUV | 163.62 | 107.34 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 141 | 127 | 0 | 0.36 | 0.43 | 0.13 | 8.84 | 0.59 | 0.68 |
| Hex | DE | 8D | 7F | 0 | 24 | 2B | D | 9 | 3B | 44 |
| Octal | 336 | 215 | 177 | 0 | 44 | 53 | 15 | 11 | 73 | 104 |
| Binary | 11011110 | 10001101 | 1111111 | 0 | 100100 | 101011 | 1101 | 1001 | 111011 | 1000100 |
Color Harmonies of #DE8D7F
Complementary color
Monochromatic Colors of #DE8D7F
Black with #DE8D7F
Text Example
Text Example
White with #DE8D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8D7F; }
p { color: rgb(222,141,127); }
H1.HeaderClassName
{
color: #DE8D7F;
}
.AnyTagClassName
{
color: #DE8D7F;
}
</style>
background-color css
<style>
a { background-color: #DE8D7F; }
a { background-color: rgb(222,141,127); }
div.DivClassName
{
background-color: #DE8D7F;
}
.BgClassName
{
background-color: #DE8D7F;
}
</style>
border-color css
<style>
span { border-color: #DE8D7F; }
span { border-color: rgb(222,141,127); }
td.TdClassName
{
border-color: #DE8D7F;
}
.TagClassName
{
border-color: #DE8D7F;
}
</style>