#D57481

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

Shades of Charm #D57481

Tints of Charm #D57481

Color information

#D57481 (or 0xD57481) is unknown color: approx Charm. HEX triplet: D5, 74 and 81. RGB value is (213,116,129). Sum of RGB (Red+Green+Blue) = 213+116+129=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D57481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57481 is #2A8B7E. Grayscale: #929292. Windows color (decimal): -2788223 or 8484053. OLE color: 8484053.

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

Color convert

RGB213116129-
CMYK00.460.390.16
HSL351.96º53.59%64.51%-
HSV(B)351.96º45.54%83.53%-
XYZ37.6528.2224.23-
YUV146.48118.14175.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.51%
GREEN value IS 116 (45.70% from 255) = 25.33%
BLUE value IS 129 (50.78% from 255) = 28.17%
R=46.51%
G=25.33%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311612900.460.390.16351.9653.5964.51
HexD5748102E27101603641
Octal325164201056472054066101
Binary110101011110100100000010101110100111100001011000001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57481; }

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

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

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

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

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

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

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

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