#D8887F

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

Shades of My Pink #D8887F

Tints of My Pink #D8887F

Color information

#D8887F (or 0xD8887F) is unknown color: approx My Pink. HEX triplet: D8, 88 and 7F. RGB value is (216,136,127). Sum of RGB (Red+Green+Blue) = 216+136+127=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D8887F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8887F is #277780. Grayscale: #9F9F9F. Windows color (decimal): -2586497 or 8358104. OLE color: 8358104.

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

Color convert

RGB216136127-
CMYK00.370.410.15
HSL6.07º53.29%67.25%-
HSV(B)6.07º41.2%84.71%-
XYZ40.9533.7424.43-
YUV158.89110168.73-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.09%
GREEN value IS 136 (53.52% from 255) = 28.39%
BLUE value IS 127 (50% from 255) = 26.51%
R=45.09%
G=28.39%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613612700.370.410.156.0753.2967.25
HexD8887F02529F63543
Octal3302101770455117665103
Binary11011000100010001111111010010110100111111101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8887F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8887F; }

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

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

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

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

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

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

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

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