#D57680

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

Shades of Charm #D57680

Tints of Charm #D57680

Color information

#D57680 (or 0xD57680) is unknown color: approx Charm. HEX triplet: D5, 76 and 80. RGB value is (213,118,128). Sum of RGB (Red+Green+Blue) = 213+118+128=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D57680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57680 is #2A897F. Grayscale: #939393. Windows color (decimal): -2787712 or 8419029. OLE color: 8419029.

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

Color convert

RGB213118128-
CMYK00.450.400.16
HSL353.68º53.07%64.9%-
HSV(B)353.68º44.6%83.53%-
XYZ37.8228.6623.96-
YUV147.54116.97174.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.41%
GREEN value IS 118 (46.48% from 255) = 25.71%
BLUE value IS 128 (50.39% from 255) = 27.89%
R=46.41%
G=25.71%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311812800.450.400.16353.6853.0764.9
HexD5768002D28101623541
Octal325166200055502054265101
Binary110101011110110100000000101101101000100001011000101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57680; }

 p { color: rgb(213,118,128); }

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

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

 a { background-color: rgb(213,118,128); }

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

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

 span { border-color: rgb(213,118,128); }

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