#D19388

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

Shades of My Pink #D19388

Tints of My Pink #D19388

Color information

#D19388 (or 0xD19388) is unknown color: approx My Pink. HEX triplet: D1, 93 and 88. RGB value is (209,147,136). Sum of RGB (Red+Green+Blue) = 209+147+136=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D19388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19388 is #2E6C77. Grayscale: #A4A4A4. Windows color (decimal): -3042424 or 8950737. OLE color: 8950737.

HSL color Cylindrical-coordinate representation of color #D19388: hue angle of 9.04º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D19388 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB209147136-
CMYK00.300.350.18
HSL9.04º44.24%67.65%-
HSV(B)9.04º34.93%81.96%-
XYZ41.1736.228.11-
YUV164.28112.04159.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.48%
GREEN value IS 147 (57.81% from 255) = 29.88%
BLUE value IS 136 (53.52% from 255) = 27.64%
R=42.48%
G=29.88%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914713600.300.350.189.0444.2467.65
HexD1938801E231292c44
Octal32122321003643221154104
Binary1101000110010011100010000111101000111001010011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19388; }

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

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

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

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

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

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

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

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