#D57F87

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

Shades of Charm #D57F87

Tints of Charm #D57F87

Color information

#D57F87 (or 0xD57F87) is unknown color: approx Charm. HEX triplet: D5, 7F and 87. RGB value is (213,127,135). Sum of RGB (Red+Green+Blue) = 213+127+135=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57F87 is #2A8078. Grayscale: #999999. Windows color (decimal): -2785401 or 8880085. OLE color: 8880085.

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

Color convert

RGB213127135-
CMYK00.400.370.16
HSL354.42º50.59%66.67%-
HSV(B)354.42º40.38%83.53%-
XYZ39.431.0726.84-
YUV153.63117.49170.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.84%
GREEN value IS 127 (50% from 255) = 26.74%
BLUE value IS 135 (53.12% from 255) = 28.42%
R=44.84%
G=26.74%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312713500.400.370.16354.4250.5966.67
HexD57F8702825101623343
Octal325177207050452054263103
Binary110101011111111100001110101000100101100001011000101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57F87; }

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

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

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

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

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

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

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

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