#D57988

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

Shades of Charm #D57988

Tints of Charm #D57988

Color information

#D57988 (or 0xD57988) is unknown color: approx Charm. HEX triplet: D5, 79 and 88. RGB value is (213,121,136). Sum of RGB (Red+Green+Blue) = 213+121+136=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D57988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57988 is #2A8677. Grayscale: #969696. Windows color (decimal): -2786936 or 8944085. OLE color: 8944085.

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

Color convert

RGB213121136-
CMYK00.430.360.16
HSL350.22º52.27%65.49%-
HSV(B)350.22º43.19%83.53%-
XYZ38.7229.626.96-
YUV150.22119.98172.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.32%
GREEN value IS 121 (47.66% from 255) = 25.74%
BLUE value IS 136 (53.52% from 255) = 28.94%
R=45.32%
G=25.74%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312113600.430.360.16350.2252.2765.49
HexD5798802B241015e3441
Octal325171210053442053664101
Binary110101011111001100010000101011100100100001010111101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57988; }

 p { color: rgb(213,121,136); }

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

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

 a { background-color: rgb(213,121,136); }

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

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

 span { border-color: rgb(213,121,136); }

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