#D5887F

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

Shades of My Pink #D5887F

Tints of My Pink #D5887F

Color information

#D5887F (or 0xD5887F) is unknown color: approx My Pink. HEX triplet: D5, 88 and 7F. RGB value is (213,136,127). Sum of RGB (Red+Green+Blue) = 213+136+127=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D5887F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5887F is #2A7780. Grayscale: #9E9E9E. Windows color (decimal): -2783105 or 8358101. OLE color: 8358101.

HSL color Cylindrical-coordinate representation of color #D5887F: hue angle of 6.28º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5887F is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB213136127-
CMYK00.360.400.16
HSL6.28º50.59%66.67%-
HSV(B)6.28º40.38%83.53%-
XYZ40.0833.2924.39-
YUV158110.51167.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.75%
GREEN value IS 136 (53.52% from 255) = 28.57%
BLUE value IS 127 (50% from 255) = 26.68%
R=44.75%
G=28.57%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313612700.360.400.166.2850.5966.67
HexD5887F024281063343
Octal3252101770445020663103
Binary110101011000100011111110100100101000100001101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5887F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5887F; }

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

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

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

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

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

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

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

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