#D5877A

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

Shades of My Pink #D5877A

Tints of My Pink #D5877A

Color information

#D5877A (or 0xD5877A) is unknown color: approx My Pink. HEX triplet: D5, 87 and 7A. RGB value is (213,135,122). Sum of RGB (Red+Green+Blue) = 213+135+122=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D5877A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5877A is #2A7885. Grayscale: #9C9C9C. Windows color (decimal): -2783366 or 8030165. OLE color: 8030165.

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

Color convert

RGB213135122-
CMYK00.370.430.16
HSL8.57º52%65.69%-
HSV(B)8.57º42.72%83.53%-
XYZ39.6232.8822.67-
YUV156.84108.34168.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.32%
GREEN value IS 135 (53.12% from 255) = 28.72%
BLUE value IS 122 (48.05% from 255) = 25.96%
R=45.32%
G=28.72%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313512200.370.430.168.575265.69
HexD5877A0252B1093442
Octal32520717204553201164102
Binary1101010110000111111101001001011010111000010011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5877A; }

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

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

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

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

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

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

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

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