#D57788

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

Shades of Charm #D57788

Tints of Charm #D57788

Color information

#D57788 (or 0xD57788) is unknown color: approx Charm. HEX triplet: D5, 77 and 88. RGB value is (213,119,136). Sum of RGB (Red+Green+Blue) = 213+119+136=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D57788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57788 is #2A8877. Grayscale: #959595. Windows color (decimal): -2787448 or 8943573. OLE color: 8943573.

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

Color convert

RGB213119136-
CMYK00.440.360.16
HSL349.15º52.81%65.1%-
HSV(B)349.15º44.13%83.53%-
XYZ38.4829.1226.88-
YUV149.04120.64173.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.51%
GREEN value IS 119 (46.88% from 255) = 25.43%
BLUE value IS 136 (53.52% from 255) = 29.06%
R=45.51%
G=25.43%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311913600.440.360.16349.1552.8165.1
HexD5778802C241015d3541
Octal325167210054442053565101
Binary110101011110111100010000101100100100100001010111011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57788; }

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

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

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

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

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

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

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

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