#D57889

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

Shades of Charm #D57889

Tints of Charm #D57889

Color information

#D57889 (or 0xD57889) is unknown color: approx Charm. HEX triplet: D5, 78 and 89. RGB value is (213,120,137). Sum of RGB (Red+Green+Blue) = 213+120+137=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D57889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57889 is #2A8776. Grayscale: #959595. Windows color (decimal): -2787191 or 9009365. OLE color: 9009365.

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

Color convert

RGB213120137-
CMYK00.440.360.16
HSL349.03º52.54%65.29%-
HSV(B)349.03º43.66%83.53%-
XYZ38.6729.3927.3-
YUV149.74120.81173.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.32%
GREEN value IS 120 (47.27% from 255) = 25.53%
BLUE value IS 137 (53.91% from 255) = 29.15%
R=45.32%
G=25.53%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312013700.440.360.16349.0352.5465.29
HexD5788902C241015d3541
Octal325170211054442053565101
Binary110101011111000100010010101100100100100001010111011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57889; }

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

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

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

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

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

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

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

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