#D57689

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

Shades of Charm #D57689

Tints of Charm #D57689

Color information

#D57689 (or 0xD57689) is unknown color: approx Charm. HEX triplet: D5, 76 and 89. RGB value is (213,118,137). Sum of RGB (Red+Green+Blue) = 213+118+137=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D57689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57689 is #2A8976. Grayscale: #949494. Windows color (decimal): -2787703 or 9008853. OLE color: 9008853.

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

Color convert

RGB213118137-
CMYK00.450.360.16
HSL348º53.07%64.9%-
HSV(B)348º44.6%83.53%-
XYZ38.4328.9127.22-
YUV148.57121.47173.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.51%
GREEN value IS 118 (46.48% from 255) = 25.21%
BLUE value IS 137 (53.91% from 255) = 29.27%
R=45.51%
G=25.21%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311813700.450.360.1634853.0764.9
HexD5768902D241015c3541
Octal325166211055442053465101
Binary110101011110110100010010101101100100100001010111001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57689; }

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

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

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

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

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

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

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

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