#D57385

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

Shades of Charm #D57385

Tints of Charm #D57385

Color information

#D57385 (or 0xD57385) is unknown color: approx Charm. HEX triplet: D5, 73 and 85. RGB value is (213,115,133). Sum of RGB (Red+Green+Blue) = 213+115+133=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D57385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57385 is #2A8C7A. Grayscale: #929292. Windows color (decimal): -2788475 or 8745941. OLE color: 8745941.

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

Color convert

RGB213115133-
CMYK00.460.380.16
HSL348.98º53.85%64.31%-
HSV(B)348.98º46.01%83.53%-
XYZ37.828.125.62-
YUV146.35120.47175.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.20%
GREEN value IS 115 (45.31% from 255) = 24.95%
BLUE value IS 133 (52.34% from 255) = 28.85%
R=46.20%
G=24.95%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311513300.460.380.16348.9853.8564.31
HexD5738502E261015d3640
Octal325163205056462053566100
Binary110101011110011100001010101110100110100001010111011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57385; }

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

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

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

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

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

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

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

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