#D57F89

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

Shades of Charm #D57F89

Tints of Charm #D57F89

Color information

#D57F89 (or 0xD57F89) is unknown color: approx Charm. HEX triplet: D5, 7F and 89. RGB value is (213,127,137). Sum of RGB (Red+Green+Blue) = 213+127+137=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 137 (53.91% from 255 or 28.72% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57F89 is #2A8076. Grayscale: #999999. Windows color (decimal): -2785399 or 9011157. OLE color: 9011157.

HSL color Cylindrical-coordinate representation of color #D57F89: hue angle of 353.02º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D57F89 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB213127137-
CMYK00.400.360.16
HSL353.02º50.59%66.67%-
HSV(B)353.02º40.38%83.53%-
XYZ39.5531.1327.59-
YUV153.85118.49170.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.65%
GREEN value IS 127 (50% from 255) = 26.62%
BLUE value IS 137 (53.91% from 255) = 28.72%
R=44.65%
G=26.62%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312713700.400.360.16353.0250.5966.67
HexD57F8902824101613343
Octal325177211050442054163103
Binary110101011111111100010010101000100100100001011000011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57F89; }

 p { color: rgb(213,127,137); }

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

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

 a { background-color: rgb(213,127,137); }

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

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

 span { border-color: rgb(213,127,137); }

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