Shades of My Pink #DE897E
Tints of My Pink #DE897E
RGB
CMYK
RGB Variations
Color information
#DE897E (or 0xDE897E) is known color: My Pink. HEX triplet: DE, 89 and 7E. RGB value is (222,137,126). Sum of RGB (Red+Green+Blue) = 222+137+126=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DE897E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE897E is #217681. Grayscale: #A1A1A1. Windows color (decimal): -2193026 or 8292830. OLE color: 8292830.
HSL color Cylindrical-coordinate representation of color #DE897E: hue angle of 6.88º 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 #DE897E is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 137 | 126 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.13 |
| HSL | 6.88º | 0.59% | 0.68% | - |
| HSV(B) | 6.88º | 0.43% | 0.87% | - |
| XYZ | 42.84 | 34.93 | 24.22 | - |
| YUV | 161.16 | 108.16 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 137 | 126 | 0 | 0.38 | 0.43 | 0.13 | 6.88 | 0.59 | 0.68 |
| Hex | DE | 89 | 7E | 0 | 26 | 2B | D | 7 | 3B | 44 |
| Octal | 336 | 211 | 176 | 0 | 46 | 53 | 15 | 7 | 73 | 104 |
| Binary | 11011110 | 10001001 | 1111110 | 0 | 100110 | 101011 | 1101 | 111 | 111011 | 1000100 |
Color Harmonies of #DE897E
Complementary color
Monochromatic Colors of #DE897E
Black with #DE897E
Text Example
Text Example
White with #DE897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE897E; }
p { color: rgb(222,137,126); }
H1.HeaderClassName
{
color: #DE897E;
}
.AnyTagClassName
{
color: #DE897E;
}
</style>
background-color css
<style>
a { background-color: #DE897E; }
a { background-color: rgb(222,137,126); }
div.DivClassName
{
background-color: #DE897E;
}
.BgClassName
{
background-color: #DE897E;
}
</style>
border-color css
<style>
span { border-color: #DE897E; }
span { border-color: rgb(222,137,126); }
td.TdClassName
{
border-color: #DE897E;
}
.TagClassName
{
border-color: #DE897E;
}
</style>