#D19088

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

Shades of My Pink #D19088

Tints of My Pink #D19088

Color information

#D19088 (or 0xD19088) is unknown color: approx My Pink. HEX triplet: D1, 90 and 88. RGB value is (209,144,136). Sum of RGB (Red+Green+Blue) = 209+144+136=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 209 - color contains mainly: red. Hex color #D19088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19088 is #2E6F77. Grayscale: #A2A2A2. Windows color (decimal): -3043192 or 8949969. OLE color: 8949969.

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

Color convert

RGB209144136-
CMYK00.310.350.18
HSL6.58º44.24%67.65%-
HSV(B)6.58º34.93%81.96%-
XYZ40.7135.2827.96-
YUV162.52113.03161.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.74%
GREEN value IS 144 (56.64% from 255) = 29.45%
BLUE value IS 136 (53.52% from 255) = 27.81%
R=42.74%
G=29.45%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914413600.310.350.186.5844.2467.65
HexD1908801F231272c44
Octal3212202100374322754104
Binary110100011001000010001000011111100011100101111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19088; }

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

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

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

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

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

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

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

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