#D57F8B

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

Shades of Charm #D57F8B

Tints of Charm #D57F8B

Color information

#D57F8B (or 0xD57F8B) is unknown color: approx Charm. HEX triplet: D5, 7F and 8B. RGB value is (213,127,139). Sum of RGB (Red+Green+Blue) = 213+127+139=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57F8B is #2A8074. Grayscale: #9A9A9A. Windows color (decimal): -2785397 or 9142229. OLE color: 9142229.

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

Color convert

RGB213127139-
CMYK00.400.350.16
HSL351.63º50.59%66.67%-
HSV(B)351.63º40.38%83.53%-
XYZ39.6931.1928.35-
YUV154.08119.49170.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.47%
GREEN value IS 127 (50% from 255) = 26.51%
BLUE value IS 139 (54.69% from 255) = 29.02%
R=44.47%
G=26.51%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312713900.400.350.16351.6350.5966.67
HexD57F8B02823101603343
Octal325177213050432054063103
Binary110101011111111100010110101000100011100001011000001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57F8B; }

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

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

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

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

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

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

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

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