#D57890

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

Shades of Charm #D57890

Tints of Charm #D57890

Color information

#D57890 (or 0xD57890) is unknown color: approx Charm. HEX triplet: D5, 78 and 90. RGB value is (213,120,144). Sum of RGB (Red+Green+Blue) = 213+120+144=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D57890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57890 is #2A876F. Grayscale: #969696. Windows color (decimal): -2787184 or 9468117. OLE color: 9468117.

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

Color convert

RGB213120144-
CMYK00.440.320.16
HSL344.52º52.54%65.29%-
HSV(B)344.52º43.66%83.53%-
XYZ39.1929.5930.03-
YUV150.54124.31172.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.65%
GREEN value IS 120 (47.27% from 255) = 25.16%
BLUE value IS 144 (56.64% from 255) = 30.19%
R=44.65%
G=25.16%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312014400.440.320.16344.5252.5465.29
HexD5789002C20101593541
Octal325170220054402053165101
Binary110101011111000100100000101100100000100001010110011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57890; }

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

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

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

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

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

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

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

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