#D7877F

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

Shades of My Pink #D7877F

Tints of My Pink #D7877F

Color information

#D7877F (or 0xD7877F) is unknown color: approx My Pink. HEX triplet: D7, 87 and 7F. RGB value is (215,135,127). Sum of RGB (Red+Green+Blue) = 215+135+127=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D7877F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7877F is #287880. Grayscale: #9E9E9E. Windows color (decimal): -2652289 or 8357847. OLE color: 8357847.

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

Color convert

RGB215135127-
CMYK00.370.410.16
HSL5.45º52.38%67.06%-
HSV(B)5.45º40.93%84.31%-
XYZ40.5233.3124.37-
YUV158.01110.5168.65-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.07%
GREEN value IS 135 (53.12% from 255) = 28.30%
BLUE value IS 127 (50% from 255) = 26.62%
R=45.07%
G=28.30%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513512700.370.410.165.4552.3867.06
HexD7877F025291053443
Octal3272071770455120564103
Binary110101111000011111111110100101101001100001011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7877F; }

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

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

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

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

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

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

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

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