#D18E88

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

Shades of My Pink #D18E88

Tints of My Pink #D18E88

Color information

#D18E88 (or 0xD18E88) is unknown color: approx My Pink. HEX triplet: D1, 8E and 88. RGB value is (209,142,136). Sum of RGB (Red+Green+Blue) = 209+142+136=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18E88 is #2E7177. Grayscale: #A1A1A1. Windows color (decimal): -3043704 or 8949457. OLE color: 8949457.

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

Color convert

RGB209142136-
CMYK00.320.350.18
HSL4.93º44.24%67.65%-
HSV(B)4.93º34.93%81.96%-
XYZ40.4134.6827.86-
YUV161.35113.7161.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.92%
GREEN value IS 142 (55.86% from 255) = 29.16%
BLUE value IS 136 (53.52% from 255) = 27.93%
R=42.92%
G=29.16%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914213600.320.350.184.9344.2467.65
HexD18E88020231252c44
Octal3212162100404322554104
Binary1101000110001110100010000100000100011100101011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18E88; }

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

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

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

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

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

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

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

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