#de8e7e

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

Shades of My Pink #DE8E7E

Tints of My Pink #DE8E7E

Color information

#DE8E7E (or 0xDE8E7E) is unknown color: approx My Pink. HEX triplet: DE, 8E and 7E. RGB value is (222,142,126). Sum of RGB (Red+Green+Blue) = 222+142+126=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8E7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8E7E is #217181. Grayscale: #A4A4A4. Windows color (decimal): -2191746 or 8294110. OLE color: 8294110.

HSL color Cylindrical-coordinate representation of color #DE8E7E: hue angle of 10º 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 #DE8E7E is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB222142126-
CMYK00.360.430.13
HSL10º59.26%68.24%-
HSV(B)10º43.24%87.06%-
XYZ43.5636.3824.47-
YUV164.1106.5169.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.31%
GREEN value IS 142 (55.86% from 255) = 28.98%
BLUE value IS 126 (49.61% from 255) = 25.71%
R=45.31%
G=28.98%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214212600.360.430.131059.2668.24
HexDE8E7E0242BDa3b44
Octal33621617604453151273104
Binary110111101000111011111100100100101011110110101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de8e7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de8e7e; }

 p { color: rgb(222,142,126); }

 H1.HeaderClassName
 {
   color: #de8e7e;
 }
 .AnyTagClassName
 {
   color: #de8e7e;
 }
</style>
background-color css

<style>
 a { background-color: #de8e7e; }

 a { background-color: rgb(222,142,126); }

 div.DivClassName
 {
   background-color: #de8e7e;
 }
 .BgClassName
 {
   background-color: #de8e7e;
 }
</style>
border-color css

<style>
 span { border-color: #de8e7e; }

 span { border-color: rgb(222,142,126); }

 td.TdClassName
 {
   border-color: #de8e7e;
 }
 .TagClassName
 {
   border-color: #de8e7e;
 }
</style>