#D57589

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

Shades of Charm #D57589

Tints of Charm #D57589

Color information

#D57589 (or 0xD57589) is unknown color: approx Charm. HEX triplet: D5, 75 and 89. RGB value is (213,117,137). Sum of RGB (Red+Green+Blue) = 213+117+137=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D57589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57589 is #2A8A76. Grayscale: #949494. Windows color (decimal): -2787959 or 9008597. OLE color: 9008597.

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

Color convert

RGB213117137-
CMYK00.450.360.16
HSL347.5º53.33%64.71%-
HSV(B)347.5º45.07%83.53%-
XYZ38.3228.6727.18-
YUV147.98121.8174.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.61%
GREEN value IS 117 (46.09% from 255) = 25.05%
BLUE value IS 137 (53.91% from 255) = 29.34%
R=45.61%
G=25.05%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311713700.450.360.16347.553.3364.71
HexD5758902D241015c3541
Octal325165211055442053465101
Binary110101011110101100010010101101100100100001010111001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57589; }

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

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

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

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

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

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

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

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