#D57785

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

Shades of Charm #D57785

Tints of Charm #D57785

Color information

#D57785 (or 0xD57785) is unknown color: approx Charm. HEX triplet: D5, 77 and 85. RGB value is (213,119,133). Sum of RGB (Red+Green+Blue) = 213+119+133=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D57785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57785 is #2A887A. Grayscale: #949494. Windows color (decimal): -2787451 or 8746965. OLE color: 8746965.

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

Color convert

RGB213119133-
CMYK00.440.380.16
HSL351.06º52.81%65.1%-
HSV(B)351.06º44.13%83.53%-
XYZ38.2729.0325.78-
YUV148.7119.14173.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.81%
GREEN value IS 119 (46.88% from 255) = 25.59%
BLUE value IS 133 (52.34% from 255) = 28.60%
R=45.81%
G=25.59%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311913300.440.380.16351.0652.8165.1
HexD5778502C261015f3541
Octal325167205054462053765101
Binary110101011110111100001010101100100110100001010111111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57785; }

 p { color: rgb(213,119,133); }

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

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

 a { background-color: rgb(213,119,133); }

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

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

 span { border-color: rgb(213,119,133); }

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