#D57880

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

Shades of Charm #D57880

Tints of Charm #D57880

Color information

#D57880 (or 0xD57880) is unknown color: approx Charm. HEX triplet: D5, 78 and 80. RGB value is (213,120,128). Sum of RGB (Red+Green+Blue) = 213+120+128=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D57880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57880 is #2A877F. Grayscale: #949494. Windows color (decimal): -2787200 or 8419541. OLE color: 8419541.

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

Color convert

RGB213120128-
CMYK00.440.400.16
HSL354.84º52.54%65.29%-
HSV(B)354.84º43.66%83.53%-
XYZ38.0529.1424.04-
YUV148.72116.31173.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.20%
GREEN value IS 120 (47.27% from 255) = 26.03%
BLUE value IS 128 (50.39% from 255) = 27.77%
R=46.20%
G=26.03%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312012800.440.400.16354.8452.5465.29
HexD5788002C28101633541
Octal325170200054502054365101
Binary110101011111000100000000101100101000100001011000111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57880; }

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

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

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

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

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

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

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

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