Shades of My Pink #DE8C7E
Tints of My Pink #DE8C7E
RGB
CMYK
RGB Variations
Color information
#DE8C7E (or 0xDE8C7E) is known color: My Pink. HEX triplet: DE, 8C and 7E. RGB value is (222,140,126). Sum of RGB (Red+Green+Blue) = 222+140+126=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8C7E is #217381. Grayscale: #A3A3A3. Windows color (decimal): -2192258 or 8293598. OLE color: 8293598.
HSL color Cylindrical-coordinate representation of color #DE8C7E: hue angle of 8.75º 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 #DE8C7E is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 140 | 126 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.13 |
| HSL | 8.75º | 0.59% | 0.68% | - |
| HSV(B) | 8.75º | 0.43% | 0.87% | - |
| XYZ | 43.27 | 35.79 | 24.37 | - |
| YUV | 162.92 | 107.17 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 140 | 126 | 0 | 0.37 | 0.43 | 0.13 | 8.75 | 0.59 | 0.68 |
| Hex | DE | 8C | 7E | 0 | 25 | 2B | D | 9 | 3B | 44 |
| Octal | 336 | 214 | 176 | 0 | 45 | 53 | 15 | 11 | 73 | 104 |
| Binary | 11011110 | 10001100 | 1111110 | 0 | 100101 | 101011 | 1101 | 1001 | 111011 | 1000100 |
Color Harmonies of #DE8C7E
Complementary color
Monochromatic Colors of #DE8C7E
Black with #DE8C7E
Text Example
Text Example
White with #DE8C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8C7E; }
p { color: rgb(222,140,126); }
H1.HeaderClassName
{
color: #DE8C7E;
}
.AnyTagClassName
{
color: #DE8C7E;
}
</style>
background-color css
<style>
a { background-color: #DE8C7E; }
a { background-color: rgb(222,140,126); }
div.DivClassName
{
background-color: #DE8C7E;
}
.BgClassName
{
background-color: #DE8C7E;
}
</style>
border-color css
<style>
span { border-color: #DE8C7E; }
span { border-color: rgb(222,140,126); }
td.TdClassName
{
border-color: #DE8C7E;
}
.TagClassName
{
border-color: #DE8C7E;
}
</style>