#D57993

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

Shades of Charm #D57993

Tints of Charm #D57993

Color information

#D57993 (or 0xD57993) is unknown color: approx Charm. HEX triplet: D5, 79 and 93. RGB value is (213,121,147). Sum of RGB (Red+Green+Blue) = 213+121+147=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D57993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57993 is #2A866C. Grayscale: #979797. Windows color (decimal): -2786925 or 9664981. OLE color: 9664981.

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

Color convert

RGB213121147-
CMYK00.430.310.16
HSL343.04º52.27%65.49%-
HSV(B)343.04º43.19%83.53%-
XYZ39.5429.9331.3-
YUV151.47125.48171.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.28%
GREEN value IS 121 (47.66% from 255) = 25.16%
BLUE value IS 147 (57.81% from 255) = 30.56%
R=44.28%
G=25.16%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312114700.430.310.16343.0452.2765.49
HexD5799302B1F101573441
Octal325171223053372052764101
Binary11010101111100110010011010101111111100001010101111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57993; }

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

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

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

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

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

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

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

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