#D57D7F

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

Shades of Charm #D57D7F

Tints of Charm #D57D7F

Color information

#D57D7F (or 0xD57D7F) is unknown color: approx Charm. HEX triplet: D5, 7D and 7F. RGB value is (213,125,127). Sum of RGB (Red+Green+Blue) = 213+125+127=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57D7F is #2A8280. Grayscale: #979797. Windows color (decimal): -2785921 or 8355285. OLE color: 8355285.

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

Color convert

RGB213125127-
CMYK00.410.400.16
HSL358.64º51.16%66.27%-
HSV(B)358.64º41.31%83.53%-
XYZ38.630.3523.9-
YUV151.54114.15171.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.81%
GREEN value IS 125 (49.22% from 255) = 26.88%
BLUE value IS 127 (50% from 255) = 27.31%
R=45.81%
G=26.88%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312512700.410.400.16358.6451.1666.27
HexD57D7F02928101673342
Octal325175177051502054763102
Binary11010101111110111111110101001101000100001011001111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57D7F; }

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

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

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

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

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

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

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

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