#DE8C7D

Color #DE8C7D My Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of My Pink #DE8C7D

Tints of My Pink #DE8C7D

Color information

#DE8C7D (or 0xDE8C7D) is unknown color: approx 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

RGB222140125-
CMYK00.370.440.13
HSL9.28º59.51%68.04%-
HSV(B)9.28º43.69%87.06%-
XYZ43.235.7724.03-
YUV162.81106.67170.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 45.59%
GREEN value IS 140 (55.08% from 255) = 28.75%
BLUE value IS 125 (49.22% from 255) = 25.67%
R=45.59%
G=28.75%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214012500.370.440.139.2859.5168.04
HexDE8C7D0252CD93c44
Octal33621417504554151174104
Binary110111101000110011111010100101101100110110011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>