#DE917E

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

Shades of My Pink #DE917E

Tints of My Pink #DE917E

Color information

#DE917E (or 0xDE917E) is unknown color: approx My Pink. HEX triplet: DE, 91 and 7E. RGB value is (222,145,126). Sum of RGB (Red+Green+Blue) = 222+145+126=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DE917E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE917E is #216E81. Grayscale: #A6A6A6. Windows color (decimal): -2190978 or 8294878. OLE color: 8294878.

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

Color convert

RGB222145126-
CMYK00.350.430.13
HSL11.88º59.26%68.24%-
HSV(B)11.88º43.24%87.06%-
XYZ44.0237.2924.62-
YUV165.86105.51168.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.03%
GREEN value IS 145 (57.03% from 255) = 29.41%
BLUE value IS 126 (49.61% from 255) = 25.56%
R=45.03%
G=29.41%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214512600.350.430.1311.8859.2668.24
HexDE917E0232BDc3b44
Octal33622117604353151473104
Binary110111101001000111111100100011101011110111001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE917E; }

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

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

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

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

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

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

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

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