#D18582

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

Shades of My Pink #D18582

Tints of My Pink #D18582

Color information

#D18582 (or 0xD18582) is unknown color: approx My Pink. HEX triplet: D1, 85 and 82. RGB value is (209,133,130). Sum of RGB (Red+Green+Blue) = 209+133+130=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D18582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18582 is #2E7A7D. Grayscale: #9B9B9B. Windows color (decimal): -3046014 or 8553937. OLE color: 8553937.

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

Color convert

RGB209133130-
CMYK00.360.380.18
HSL2.28º46.2%66.47%-
HSV(B)2.28º37.8%81.96%-
XYZ38.7131.9425.24-
YUV155.38113.68166.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.28%
GREEN value IS 133 (52.34% from 255) = 28.18%
BLUE value IS 130 (51.17% from 255) = 27.54%
R=44.28%
G=28.18%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913313000.360.380.182.2846.266.47
HexD18582024261222e42
Octal3212052020444622256102
Binary110100011000010110000010010010010011010010101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18582; }

 p { color: rgb(209,133,130); }

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

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

 a { background-color: rgb(209,133,130); }

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

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

 span { border-color: rgb(209,133,130); }

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