#D57C83

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

Shades of Charm #D57C83

Tints of Charm #D57C83

Color information

#D57C83 (or 0xD57C83) is unknown color: approx Charm. HEX triplet: D5, 7C and 83. RGB value is (213,124,131). Sum of RGB (Red+Green+Blue) = 213+124+131=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57C83 is #2A837C. Grayscale: #979797. Windows color (decimal): -2786173 or 8617173. OLE color: 8617173.

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

Color convert

RGB213124131-
CMYK00.420.380.16
HSL355.28º51.45%66.08%-
HSV(B)355.28º41.78%83.53%-
XYZ38.7430.225.26-
YUV151.41116.49171.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.51%
GREEN value IS 124 (48.83% from 255) = 26.50%
BLUE value IS 131 (51.56% from 255) = 27.99%
R=45.51%
G=26.50%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312413100.420.380.16355.2851.4566.08
HexD57C8302A26101633342
Octal325174203052462054363102
Binary110101011111100100000110101010100110100001011000111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57C83; }

 p { color: rgb(213,124,131); }

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

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

 a { background-color: rgb(213,124,131); }

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

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

 span { border-color: rgb(213,124,131); }

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