#D7867A

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

Shades of My Pink #D7867A

Tints of My Pink #D7867A

Color information

#D7867A (or 0xD7867A) is unknown color: approx My Pink. HEX triplet: D7, 86 and 7A. RGB value is (215,134,122). Sum of RGB (Red+Green+Blue) = 215+134+122=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D7867A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7867A is #287985. Grayscale: #9C9C9C. Windows color (decimal): -2652550 or 8029911. OLE color: 8029911.

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

Color convert

RGB215134122-
CMYK00.380.430.16
HSL7.74º53.76%66.08%-
HSV(B)7.74º43.26%84.31%-
XYZ40.0632.922.65-
YUV156.85108.34169.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.65%
GREEN value IS 134 (52.73% from 255) = 28.45%
BLUE value IS 122 (48.05% from 255) = 25.90%
R=45.65%
G=28.45%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513412200.380.430.167.7453.7666.08
HexD7867A0262B1083642
Octal32720617204653201066102
Binary1101011110000110111101001001101010111000010001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7867A; }

 p { color: rgb(215,134,122); }

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

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

 a { background-color: rgb(215,134,122); }

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

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

 span { border-color: rgb(215,134,122); }

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