#D57389

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

Shades of Charm #D57389

Tints of Charm #D57389

Color information

#D57389 (or 0xD57389) is unknown color: approx Charm. HEX triplet: D5, 73 and 89. RGB value is (213,115,137). Sum of RGB (Red+Green+Blue) = 213+115+137=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D57389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57389 is #2A8C76. Grayscale: #929292. Windows color (decimal): -2788471 or 9008085. OLE color: 9008085.

HSL color Cylindrical-coordinate representation of color #D57389: hue angle of 346.53º 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 #D57389 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB213115137-
CMYK00.460.360.16
HSL346.53º53.85%64.31%-
HSV(B)346.53º46.01%83.53%-
XYZ38.0928.2127.11-
YUV146.81122.47175.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.81%
GREEN value IS 115 (45.31% from 255) = 24.73%
BLUE value IS 137 (53.91% from 255) = 29.46%
R=45.81%
G=24.73%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311513700.460.360.16346.5353.8564.31
HexD5738902E241015b3640
Octal325163211056442053366100
Binary110101011110011100010010101110100100100001010110111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57389; }

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

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

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

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

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

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

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

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