#D57691

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

Shades of Charm #D57691

Tints of Charm #D57691

Color information

#D57691 (or 0xD57691) is unknown color: approx Charm. HEX triplet: D5, 76 and 91. RGB value is (213,118,145). Sum of RGB (Red+Green+Blue) = 213+118+145=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D57691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57691 is #2A896E. Grayscale: #959595. Windows color (decimal): -2787695 or 9533141. OLE color: 9533141.

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

Color convert

RGB213118145-
CMYK00.450.320.16
HSL342.95º53.07%64.9%-
HSV(B)342.95º44.6%83.53%-
XYZ39.0329.1530.36-
YUV149.48125.47173.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.75%
GREEN value IS 118 (46.48% from 255) = 24.79%
BLUE value IS 145 (57.03% from 255) = 30.46%
R=44.75%
G=24.79%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311814500.450.320.16342.9553.0764.9
HexD5769102D20101573541
Octal325166221055402052765101
Binary110101011110110100100010101101100000100001010101111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57691; }

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

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

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

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

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

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

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

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