#D18E83

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

Shades of My Pink #D18E83

Tints of My Pink #D18E83

Color information

#D18E83 (or 0xD18E83) is unknown color: approx My Pink. HEX triplet: D1, 8E and 83. RGB value is (209,142,131). Sum of RGB (Red+Green+Blue) = 209+142+131=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18E83 is #2E717C. Grayscale: #A0A0A0. Windows color (decimal): -3043709 or 8621777. OLE color: 8621777.

HSL color Cylindrical-coordinate representation of color #D18E83: hue angle of 8.46º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D18E83 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB209142131-
CMYK00.320.370.18
HSL8.46º45.88%66.67%-
HSV(B)8.46º37.32%81.96%-
XYZ40.0634.5426.03-
YUV160.78111.2162.39-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.36%
GREEN value IS 142 (55.86% from 255) = 29.46%
BLUE value IS 131 (51.56% from 255) = 27.18%
R=43.36%
G=29.46%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914213100.320.370.188.4645.8866.67
HexD18E83020251282e43
Octal32121620304045221056103
Binary11010001100011101000001101000001001011001010001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18E83; }

 p { color: rgb(209,142,131); }

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

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

 a { background-color: rgb(209,142,131); }

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

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

 span { border-color: rgb(209,142,131); }

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