#DE917D

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

Shades of My Pink #DE917D

Tints of My Pink #DE917D

Color information

#DE917D (or 0xDE917D) is unknown color: approx My Pink. HEX triplet: DE, 91 and 7D. RGB value is (222,145,125). Sum of RGB (Red+Green+Blue) = 222+145+125=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 222 - color contains mainly: red. Hex color #DE917D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE917D is #216E82. Grayscale: #A5A5A5. Windows color (decimal): -2190979 or 8229342. OLE color: 8229342.

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

Color convert

RGB222145125-
CMYK00.350.440.13
HSL12.37º59.51%68.04%-
HSV(B)12.37º43.69%87.06%-
XYZ43.9537.2624.28-
YUV165.74105.01168.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.12%
GREEN value IS 145 (57.03% from 255) = 29.47%
BLUE value IS 125 (49.22% from 255) = 25.41%
R=45.12%
G=29.47%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214512500.350.440.1312.3759.5168.04
HexDE917D0232CDc3c44
Octal33622117504354151474104
Binary110111101001000111111010100011101100110111001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE917D; }

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

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

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

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

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

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

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

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