#D18880

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

Shades of My Pink #D18880

Tints of My Pink #D18880

Color information

#D18880 (or 0xD18880) is unknown color: approx My Pink. HEX triplet: D1, 88 and 80. RGB value is (209,136,128). Sum of RGB (Red+Green+Blue) = 209+136+128=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D18880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18880 is #2E777F. Grayscale: #9D9D9D. Windows color (decimal): -3045248 or 8423633. OLE color: 8423633.

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

Color convert

RGB209136128-
CMYK00.350.390.18
HSL5.93º46.82%66.08%-
HSV(B)5.93º38.76%81.96%-
XYZ38.9932.7224.68-
YUV156.92111.68165.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.19%
GREEN value IS 136 (53.52% from 255) = 28.75%
BLUE value IS 128 (50.39% from 255) = 27.06%
R=44.19%
G=28.75%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913612800.350.390.185.9346.8266.08
HexD18880023271262f42
Octal3212102000434722657102
Binary1101000110001000100000000100011100111100101101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18880; }

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

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

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

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

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

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

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

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