#D5877F

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

Shades of My Pink #D5877F

Tints of My Pink #D5877F

Color information

#D5877F (or 0xD5877F) is unknown color: approx My Pink. HEX triplet: D5, 87 and 7F. RGB value is (213,135,127). Sum of RGB (Red+Green+Blue) = 213+135+127=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D5877F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5877F is #2A7880. Grayscale: #9D9D9D. Windows color (decimal): -2783361 or 8357845. OLE color: 8357845.

HSL color Cylindrical-coordinate representation of color #D5877F: hue angle of 5.58º 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 #D5877F is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB213135127-
CMYK00.370.400.16
HSL5.58º50.59%66.67%-
HSV(B)5.58º40.38%83.53%-
XYZ39.9433.0124.34-
YUV157.41110.84167.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.84%
GREEN value IS 135 (53.12% from 255) = 28.42%
BLUE value IS 127 (50% from 255) = 26.74%
R=44.84%
G=28.42%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313512700.370.400.165.5850.5966.67
HexD5877F025281063343
Octal3252071770455020663103
Binary110101011000011111111110100101101000100001101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5877F; }

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

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

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

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

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

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

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

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