#D57989

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

Shades of Charm #D57989

Tints of Charm #D57989

Color information

#D57989 (or 0xD57989) is unknown color: approx Charm. HEX triplet: D5, 79 and 89. RGB value is (213,121,137). Sum of RGB (Red+Green+Blue) = 213+121+137=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D57989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57989 is #2A8676. Grayscale: #969696. Windows color (decimal): -2786935 or 9009621. OLE color: 9009621.

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

Color convert

RGB213121137-
CMYK00.430.360.16
HSL349.57º52.27%65.49%-
HSV(B)349.57º43.19%83.53%-
XYZ38.7929.6327.34-
YUV150.33120.48172.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.22%
GREEN value IS 121 (47.66% from 255) = 25.69%
BLUE value IS 137 (53.91% from 255) = 29.09%
R=45.22%
G=25.69%
B=29.09%

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
Decimal21312113700.430.360.16349.5752.2765.49
HexD5798902B241015e3441
Octal325171211053442053664101
Binary110101011111001100010010101011100100100001010111101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57989; }

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

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

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

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

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

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

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

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