#D57A8E

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

Shades of Charm #D57A8E

Tints of Charm #D57A8E

Color information

#D57A8E (or 0xD57A8E) is unknown color: approx Charm. HEX triplet: D5, 7A and 8E. RGB value is (213,122,142). Sum of RGB (Red+Green+Blue) = 213+122+142=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57A8E is #2A8571. Grayscale: #979797. Windows color (decimal): -2786674 or 9337557. OLE color: 9337557.

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

Color convert

RGB213122142-
CMYK00.430.330.16
HSL346.81º52%65.69%-
HSV(B)346.81º42.72%83.53%-
XYZ39.2830.0229.31-
YUV151.49122.65171.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.65%
GREEN value IS 122 (48.05% from 255) = 25.58%
BLUE value IS 142 (55.86% from 255) = 29.77%
R=44.65%
G=25.58%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312214200.430.330.16346.815265.69
HexD57A8E02B211015b3442
Octal325172216053412053364102
Binary110101011111010100011100101011100001100001010110111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57A8E; }

 p { color: rgb(213,122,142); }

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

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

 a { background-color: rgb(213,122,142); }

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

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

 span { border-color: rgb(213,122,142); }

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