#D57A90

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

Shades of Charm #D57A90

Tints of Charm #D57A90

Color information

#D57A90 (or 0xD57A90) is unknown color: approx Charm. HEX triplet: D5, 7A and 90. RGB value is (213,122,144). Sum of RGB (Red+Green+Blue) = 213+122+144=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57A90 is #2A856F. Grayscale: #979797. Windows color (decimal): -2786672 or 9468629. OLE color: 9468629.

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

Color convert

RGB213122144-
CMYK00.430.320.16
HSL345.49º52%65.69%-
HSV(B)345.49º42.72%83.53%-
XYZ39.4330.0830.11-
YUV151.72123.65171.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.47%
GREEN value IS 122 (48.05% from 255) = 25.47%
BLUE value IS 144 (56.64% from 255) = 30.06%
R=44.47%
G=25.47%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312214400.430.320.16345.495265.69
HexD57A9002B20101593442
Octal325172220053402053164102
Binary110101011111010100100000101011100000100001010110011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57A90; }

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

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

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

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

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

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

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

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