#D57E87

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

Shades of Charm #D57E87

Tints of Charm #D57E87

Color information

#D57E87 (or 0xD57E87) is unknown color: approx Charm. HEX triplet: D5, 7E and 87. RGB value is (213,126,135). Sum of RGB (Red+Green+Blue) = 213+126+135=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D57E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57E87 is #2A8178. Grayscale: #999999. Windows color (decimal): -2785657 or 8879829. OLE color: 8879829.

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

Color convert

RGB213126135-
CMYK00.410.370.16
HSL353.79º50.88%66.47%-
HSV(B)353.79º40.85%83.53%-
XYZ39.2730.8226.8-
YUV153.04117.82170.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.94%
GREEN value IS 126 (49.61% from 255) = 26.58%
BLUE value IS 135 (53.12% from 255) = 28.48%
R=44.94%
G=26.58%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312613500.410.370.16353.7950.8866.47
HexD57E8702925101623342
Octal325176207051452054263102
Binary110101011111110100001110101001100101100001011000101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57E87; }

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

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

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

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

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

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

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

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