#D49188

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

Shades of My Pink #D49188

Tints of My Pink #D49188

Color information

#D49188 (or 0xD49188) is unknown color: approx My Pink. HEX triplet: D4, 91 and 88. RGB value is (212,145,136). Sum of RGB (Red+Green+Blue) = 212+145+136=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D49188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49188 is #2B6E77. Grayscale: #A4A4A4. Windows color (decimal): -2846328 or 8950228. OLE color: 8950228.

HSL color Cylindrical-coordinate representation of color #D49188: hue angle of 7.11º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D49188 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB212145136-
CMYK00.320.360.17
HSL7.11º46.91%68.24%-
HSV(B)7.11º35.85%83.14%-
XYZ41.7236.0328.05-
YUV164.01112.2162.23-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.00%
GREEN value IS 145 (57.03% from 255) = 29.41%
BLUE value IS 136 (53.52% from 255) = 27.59%
R=43.00%
G=29.41%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214513600.320.360.177.1146.9168.24
HexD49188020241172f44
Octal3242212100404421757104
Binary1101010010010001100010000100000100100100011111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49188; }

 p { color: rgb(212,145,136); }

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

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

 a { background-color: rgb(212,145,136); }

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

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

 span { border-color: rgb(212,145,136); }

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