#D57A8D

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

Shades of Charm #D57A8D

Tints of Charm #D57A8D

Color information

#D57A8D (or 0xD57A8D) is unknown color: approx Charm. HEX triplet: D5, 7A and 8D. RGB value is (213,122,141). Sum of RGB (Red+Green+Blue) = 213+122+141=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57A8D is #2A8572. Grayscale: #979797. Windows color (decimal): -2786675 or 9272021. OLE color: 9272021.

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

Color convert

RGB213122141-
CMYK00.430.340.16
HSL347.47º52%65.69%-
HSV(B)347.47º42.72%83.53%-
XYZ39.2129.9928.92-
YUV151.38122.15171.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.75%
GREEN value IS 122 (48.05% from 255) = 25.63%
BLUE value IS 141 (55.47% from 255) = 29.62%
R=44.75%
G=25.63%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312214100.430.340.16347.475265.69
HexD57A8D02B221015b3442
Octal325172215053422053364102
Binary110101011111010100011010101011100010100001010110111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57A8D; }

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

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

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

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

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

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

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

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