#DE8E85

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

Shades of My Pink #DE8E85

Tints of My Pink #DE8E85

Color information

#DE8E85 (or 0xDE8E85) is unknown color: approx My Pink. HEX triplet: DE, 8E and 85. RGB value is (222,142,133). Sum of RGB (Red+Green+Blue) = 222+142+133=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8E85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8E85 is #21717A. Grayscale: #A5A5A5. Windows color (decimal): -2191739 or 8752862. OLE color: 8752862.

HSL color Cylindrical-coordinate representation of color #DE8E85: hue angle of 6.07º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE8E85 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB222142133-
CMYK00.360.400.13
HSL6.07º57.42%69.61%-
HSV(B)6.07º40.09%87.06%-
XYZ44.0336.5726.93-
YUV164.89110168.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.67%
GREEN value IS 142 (55.86% from 255) = 28.57%
BLUE value IS 133 (52.34% from 255) = 26.76%
R=44.67%
G=28.57%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214213300.360.400.136.0757.4269.61
HexDE8E8502428D63946
Octal3362162050445015671106
Binary110111101000111010000101010010010100011011101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8E85; }

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

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

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

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

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

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

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

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