#D18C84

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

Shades of My Pink #D18C84

Tints of My Pink #D18C84

Color information

#D18C84 (or 0xD18C84) is unknown color: approx My Pink. HEX triplet: D1, 8C and 84. RGB value is (209,140,132). Sum of RGB (Red+Green+Blue) = 209+140+132=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18C84 is #2E737B. Grayscale: #9F9F9F. Windows color (decimal): -3044220 or 8686801. OLE color: 8686801.

HSL color Cylindrical-coordinate representation of color #D18C84: hue angle of 6.23º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D18C84 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB209140132-
CMYK00.330.370.18
HSL6.23º45.56%66.86%-
HSV(B)6.23º36.84%81.96%-
XYZ39.8433.9826.29-
YUV159.72112.36163.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.45%
GREEN value IS 140 (55.08% from 255) = 29.11%
BLUE value IS 132 (51.95% from 255) = 27.44%
R=43.45%
G=29.11%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914013200.330.370.186.2345.5666.86
HexD18C84021251262e43
Octal3212142040414522656103
Binary1101000110001100100001000100001100101100101101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18C84; }

 p { color: rgb(209,140,132); }

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

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

 a { background-color: rgb(209,140,132); }

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

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

 span { border-color: rgb(209,140,132); }

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