Shades of My Pink #DE8C7D
Tints of My Pink #DE8C7D
RGB
CMYK
RGB Variations
Color information
#DE8C7D (or 0xDE8C7D) is known color: My Pink. HEX triplet: DE, 8C and 7D. RGB value is (222,140,125). Sum of RGB (Red+Green+Blue) = 222+140+125=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8C7D is #217382. Grayscale: #A2A2A2. Windows color (decimal): -2192259 or 8228062. OLE color: 8228062.
HSL color Cylindrical-coordinate representation of color #DE8C7D: hue angle of 9.28º 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 #DE8C7D is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 140 | 125 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.13 |
| HSL | 9.28º | 0.6% | 0.68% | - |
| HSV(B) | 9.28º | 0.44% | 0.87% | - |
| XYZ | 43.2 | 35.77 | 24.03 | - |
| YUV | 162.81 | 106.67 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 140 | 125 | 0 | 0.37 | 0.44 | 0.13 | 9.28 | 0.6 | 0.68 |
| Hex | DE | 8C | 7D | 0 | 25 | 2C | D | 9 | 3C | 44 |
| Octal | 336 | 214 | 175 | 0 | 45 | 54 | 15 | 11 | 74 | 104 |
| Binary | 11011110 | 10001100 | 1111101 | 0 | 100101 | 101100 | 1101 | 1001 | 111100 | 1000100 |
Color Harmonies of #DE8C7D
Complementary color
Monochromatic Colors of #DE8C7D
Black with #DE8C7D
Text Example
Text Example
White with #DE8C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8C7D; }
p { color: rgb(222,140,125); }
H1.HeaderClassName
{
color: #DE8C7D;
}
.AnyTagClassName
{
color: #DE8C7D;
}
</style>
background-color css
<style>
a { background-color: #DE8C7D; }
a { background-color: rgb(222,140,125); }
div.DivClassName
{
background-color: #DE8C7D;
}
.BgClassName
{
background-color: #DE8C7D;
}
</style>
border-color css
<style>
span { border-color: #DE8C7D; }
span { border-color: rgb(222,140,125); }
td.TdClassName
{
border-color: #DE8C7D;
}
.TagClassName
{
border-color: #DE8C7D;
}
</style>