#D57D93

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

Shades of Charm #D57D93

Tints of Charm #D57D93

Color information

#D57D93 (or 0xD57D93) is unknown color: approx Charm. HEX triplet: D5, 7D and 93. RGB value is (213,125,147). Sum of RGB (Red+Green+Blue) = 213+125+147=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57D93 is #2A826C. Grayscale: #999999. Windows color (decimal): -2785901 or 9666005. OLE color: 9666005.

HSL color Cylindrical-coordinate representation of color #D57D93: hue angle of 345º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D57D93 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB213125147-
CMYK00.410.310.16
HSL345º51.16%66.27%-
HSV(B)345º41.31%83.53%-
XYZ40.0430.9231.46-
YUV153.82124.15170.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.92%
GREEN value IS 125 (49.22% from 255) = 25.77%
BLUE value IS 147 (57.81% from 255) = 30.31%
R=43.92%
G=25.77%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312514700.410.310.1634551.1666.27
HexD57D930291F101593342
Octal325175223051372053163102
Binary11010101111110110010011010100111111100001010110011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57D93; }

 p { color: rgb(213,125,147); }

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

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

 a { background-color: rgb(213,125,147); }

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

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

 span { border-color: rgb(213,125,147); }

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