#D57A84

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

Shades of Charm #D57A84

Tints of Charm #D57A84

Color information

#D57A84 (or 0xD57A84) is unknown color: approx Charm. HEX triplet: D5, 7A and 84. RGB value is (213,122,132). Sum of RGB (Red+Green+Blue) = 213+122+132=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57A84 is #2A857B. Grayscale: #969696. Windows color (decimal): -2786684 or 8682197. OLE color: 8682197.

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

Color convert

RGB213122132-
CMYK00.430.380.16
HSL353.41º52%65.69%-
HSV(B)353.41º42.72%83.53%-
XYZ38.5629.7325.54-
YUV150.35117.65172.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.61%
GREEN value IS 122 (48.05% from 255) = 26.12%
BLUE value IS 132 (51.95% from 255) = 28.27%
R=45.61%
G=26.12%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312213200.430.380.16353.415265.69
HexD57A8402B26101613442
Octal325172204053462054164102
Binary110101011111010100001000101011100110100001011000011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57A84; }

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

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

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

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

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

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

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

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