#D8887C

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

Shades of My Pink #D8887C

Tints of My Pink #D8887C

Color information

#D8887C (or 0xD8887C) is unknown color: approx My Pink. HEX triplet: D8, 88 and 7C. RGB value is (216,136,124). Sum of RGB (Red+Green+Blue) = 216+136+124=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D8887C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8887C is #277783. Grayscale: #9E9E9E. Windows color (decimal): -2586500 or 8161496. OLE color: 8161496.

HSL color Cylindrical-coordinate representation of color #D8887C: hue angle of 7.83º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8887C is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB216136124-
CMYK00.370.430.15
HSL7.83º54.12%66.67%-
HSV(B)7.83º42.59%84.71%-
XYZ40.7633.6623.42-
YUV158.55108.5168.98-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.38%
GREEN value IS 136 (53.52% from 255) = 28.57%
BLUE value IS 124 (48.83% from 255) = 26.05%
R=45.38%
G=28.57%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613612400.370.430.157.8354.1266.67
HexD8887C0252BF83643
Octal33021017404553171066103
Binary110110001000100011111000100101101011111110001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8887C; }

 p { color: rgb(216,136,124); }

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

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

 a { background-color: rgb(216,136,124); }

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

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

 span { border-color: rgb(216,136,124); }

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