#D57480

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

Shades of Charm #D57480

Tints of Charm #D57480

Color information

#D57480 (or 0xD57480) is unknown color: approx Charm. HEX triplet: D5, 74 and 80. RGB value is (213,116,128). Sum of RGB (Red+Green+Blue) = 213+116+128=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D57480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57480 is #2A8B7F. Grayscale: #929292. Windows color (decimal): -2788224 or 8418517. OLE color: 8418517.

HSL color Cylindrical-coordinate representation of color #D57480: hue angle of 352.58º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D57480 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB213116128-
CMYK00.460.400.16
HSL352.58º53.59%64.51%-
HSV(B)352.58º45.54%83.53%-
XYZ37.5828.223.88-
YUV146.37117.64175.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.61%
GREEN value IS 116 (45.70% from 255) = 25.38%
BLUE value IS 128 (50.39% from 255) = 28.01%
R=46.61%
G=25.38%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311612800.460.400.16352.5853.5964.51
HexD5748002E28101613641
Octal325164200056502054166101
Binary110101011110100100000000101110101000100001011000011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57480; }

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

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

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

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

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

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

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

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