#D57E8C

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

Shades of Charm #D57E8C

Tints of Charm #D57E8C

Color information

#D57E8C (or 0xD57E8C) is unknown color: approx Charm. HEX triplet: D5, 7E and 8C. RGB value is (213,126,140). Sum of RGB (Red+Green+Blue) = 213+126+140=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D57E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57E8C is #2A8173. Grayscale: #999999. Windows color (decimal): -2785652 or 9207509. OLE color: 9207509.

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

Color convert

RGB213126140-
CMYK00.410.340.16
HSL350.34º50.88%66.47%-
HSV(B)350.34º40.85%83.53%-
XYZ39.6430.9628.7-
YUV153.61120.32170.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.47%
GREEN value IS 126 (49.61% from 255) = 26.30%
BLUE value IS 140 (55.08% from 255) = 29.23%
R=44.47%
G=26.30%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312614000.410.340.16350.3450.8866.47
HexD57E8C029221015e3342
Octal325176214051422053663102
Binary110101011111110100011000101001100010100001010111101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57E8C; }

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

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

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

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

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

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

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

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