#D19382

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

Shades of My Pink #D19382

Tints of My Pink #D19382

Color information

#D19382 (or 0xD19382) is unknown color: approx My Pink. HEX triplet: D1, 93 and 82. RGB value is (209,147,130). Sum of RGB (Red+Green+Blue) = 209+147+130=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D19382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19382 is #2E6C7D. Grayscale: #A3A3A3. Windows color (decimal): -3042430 or 8557521. OLE color: 8557521.

HSL color Cylindrical-coordinate representation of color #D19382: hue angle of 12.91º 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 #D19382 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB209147130-
CMYK00.300.380.18
HSL12.91º46.2%66.47%-
HSV(B)12.91º37.8%81.96%-
XYZ40.7636.0325.93-
YUV163.6109.04160.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.00%
GREEN value IS 147 (57.81% from 255) = 30.25%
BLUE value IS 130 (51.17% from 255) = 26.75%
R=43.00%
G=30.25%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914713000.300.380.1812.9146.266.47
HexD1938201E2612d2e42
Octal32122320203646221556102
Binary1101000110010011100000100111101001101001011011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19382; }

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

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

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

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

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

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

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

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