#D57D8B

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

Shades of Charm #D57D8B

Tints of Charm #D57D8B

Color information

#D57D8B (or 0xD57D8B) is unknown color: approx Charm. HEX triplet: D5, 7D and 8B. RGB value is (213,125,139). Sum of RGB (Red+Green+Blue) = 213+125+139=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57D8B is #2A8274. Grayscale: #989898. Windows color (decimal): -2785909 or 9141717. OLE color: 9141717.

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

Color convert

RGB213125139-
CMYK00.410.350.16
HSL350.45º51.16%66.27%-
HSV(B)350.45º41.31%83.53%-
XYZ39.4330.6828.27-
YUV152.91120.15170.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.65%
GREEN value IS 125 (49.22% from 255) = 26.21%
BLUE value IS 139 (54.69% from 255) = 29.14%
R=44.65%
G=26.21%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312513900.410.350.16350.4551.1666.27
HexD57D8B029231015e3342
Octal325175213051432053663102
Binary110101011111101100010110101001100011100001010111101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57D8B; }

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

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

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

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

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

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

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

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