#D57E85

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

Shades of Charm #D57E85

Tints of Charm #D57E85

Color information

#D57E85 (or 0xD57E85) is unknown color: approx Charm. HEX triplet: D5, 7E and 85. RGB value is (213,126,133). Sum of RGB (Red+Green+Blue) = 213+126+133=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D57E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57E85 is #2A817A. Grayscale: #989898. Windows color (decimal): -2785659 or 8748757. OLE color: 8748757.

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

Color convert

RGB213126133-
CMYK00.410.380.16
HSL355.17º50.88%66.47%-
HSV(B)355.17º40.85%83.53%-
XYZ39.1430.7626.07-
YUV152.81116.82170.93-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312613300.410.380.16355.1750.8866.47
HexD57E8502926101633342
Octal325176205051462054363102
Binary110101011111110100001010101001100110100001011000111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57E85; }

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

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

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

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

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

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

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

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