#D57983

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

Shades of Charm #D57983

Tints of Charm #D57983

Color information

#D57983 (or 0xD57983) is unknown color: approx Charm. HEX triplet: D5, 79 and 83. RGB value is (213,121,131). Sum of RGB (Red+Green+Blue) = 213+121+131=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D57983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57983 is #2A867C. Grayscale: #959595. Windows color (decimal): -2786941 or 8616405. OLE color: 8616405.

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

Color convert

RGB213121131-
CMYK00.430.380.16
HSL353.48º52.27%65.49%-
HSV(B)353.48º43.19%83.53%-
XYZ38.3729.4625.14-
YUV149.65117.48173.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.81%
GREEN value IS 121 (47.66% from 255) = 26.02%
BLUE value IS 131 (51.56% from 255) = 28.17%
R=45.81%
G=26.02%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312113100.430.380.16353.4852.2765.49
HexD5798302B26101613441
Octal325171203053462054164101
Binary110101011111001100000110101011100110100001011000011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57983; }

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

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

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

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

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

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

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

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