#D5857E

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

Shades of My Pink #D5857E

Tints of My Pink #D5857E

Color information

#D5857E (or 0xD5857E) is unknown color: approx My Pink. HEX triplet: D5, 85 and 7E. RGB value is (213,133,126). Sum of RGB (Red+Green+Blue) = 213+133+126=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5857E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5857E is #2A7A81. Grayscale: #9C9C9C. Windows color (decimal): -2783874 or 8291797. OLE color: 8291797.

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

Color convert

RGB213133126-
CMYK00.380.410.16
HSL4.83º50.88%66.47%-
HSV(B)4.83º40.85%83.53%-
XYZ39.5932.4323.91-
YUV156.12111168.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.13%
GREEN value IS 133 (52.34% from 255) = 28.18%
BLUE value IS 126 (49.61% from 255) = 26.69%
R=45.13%
G=28.18%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313312600.380.410.164.8350.8866.47
HexD5857E026291053342
Octal3252051760465120563102
Binary110101011000010111111100100110101001100001011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5857E; }

 p { color: rgb(213,133,126); }

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

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

 a { background-color: rgb(213,133,126); }

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

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

 span { border-color: rgb(213,133,126); }

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