Shades of My Pink #DE8A7D
Tints of My Pink #DE8A7D
RGB
CMYK
RGB Variations
Color information
#DE8A7D (or 0xDE8A7D) is known color: My Pink. HEX triplet: DE, 8A and 7D. RGB value is (222,138,125). Sum of RGB (Red+Green+Blue) = 222+138+125=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8A7D is #217582. Grayscale: #A1A1A1. Windows color (decimal): -2192771 or 8227550. OLE color: 8227550.
HSL color Cylindrical-coordinate representation of color #DE8A7D: hue angle of 8.04º 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 #DE8A7D is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 138 | 125 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.13 |
| HSL | 8.04º | 0.6% | 0.68% | - |
| HSV(B) | 8.04º | 0.44% | 0.87% | - |
| XYZ | 42.91 | 35.19 | 23.93 | - |
| YUV | 161.63 | 107.33 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 138 | 125 | 0 | 0.38 | 0.44 | 0.13 | 8.04 | 0.6 | 0.68 |
| Hex | DE | 8A | 7D | 0 | 26 | 2C | D | 8 | 3C | 44 |
| Octal | 336 | 212 | 175 | 0 | 46 | 54 | 15 | 10 | 74 | 104 |
| Binary | 11011110 | 10001010 | 1111101 | 0 | 100110 | 101100 | 1101 | 1000 | 111100 | 1000100 |
Color Harmonies of #DE8A7D
Complementary color
Monochromatic Colors of #DE8A7D
Black with #DE8A7D
Text Example
Text Example
White with #DE8A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8A7D; }
p { color: rgb(222,138,125); }
H1.HeaderClassName
{
color: #DE8A7D;
}
.AnyTagClassName
{
color: #DE8A7D;
}
</style>
background-color css
<style>
a { background-color: #DE8A7D; }
a { background-color: rgb(222,138,125); }
div.DivClassName
{
background-color: #DE8A7D;
}
.BgClassName
{
background-color: #DE8A7D;
}
</style>
border-color css
<style>
span { border-color: #DE8A7D; }
span { border-color: rgb(222,138,125); }
td.TdClassName
{
border-color: #DE8A7D;
}
.TagClassName
{
border-color: #DE8A7D;
}
</style>