#D5887A

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

Shades of My Pink #D5887A

Tints of My Pink #D5887A

Color information

#D5887A (or 0xD5887A) is unknown color: approx My Pink. HEX triplet: D5, 88 and 7A. RGB value is (213,136,122). Sum of RGB (Red+Green+Blue) = 213+136+122=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5887A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5887A is #2A7785. Grayscale: #9D9D9D. Windows color (decimal): -2783110 or 8030421. OLE color: 8030421.

HSL color Cylindrical-coordinate representation of color #D5887A: hue angle of 9.23º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5887A is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB213136122-
CMYK00.360.430.16
HSL9.23º52%65.69%-
HSV(B)9.23º42.72%83.53%-
XYZ39.7633.1622.72-
YUV157.43108.01167.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.22%
GREEN value IS 136 (53.52% from 255) = 28.87%
BLUE value IS 122 (48.05% from 255) = 25.90%
R=45.22%
G=28.87%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313612200.360.430.169.235265.69
HexD5887A0242B1093442
Octal32521017204453201164102
Binary1101010110001000111101001001001010111000010011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5887A; }

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

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

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

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

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

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

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

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