#D7758A

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

Shades of Charm #D7758A

Tints of Charm #D7758A

Color information

#D7758A (or 0xD7758A) is unknown color: approx Charm. HEX triplet: D7, 75 and 8A. RGB value is (215,117,138). Sum of RGB (Red+Green+Blue) = 215+117+138=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D7758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7758A is #288A75. Grayscale: #949494. Windows color (decimal): -2656886 or 9074135. OLE color: 9074135.

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

Color convert

RGB215117138-
CMYK00.460.360.16
HSL347.14º55.06%65.1%-
HSV(B)347.14º45.58%84.31%-
XYZ38.972927.59-
YUV148.7121.97175.29-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.74%
GREEN value IS 117 (46.09% from 255) = 24.89%
BLUE value IS 138 (54.30% from 255) = 29.36%
R=45.74%
G=24.89%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511713800.460.360.16347.1455.0665.1
HexD7758A02E241015b3741
Octal327165212056442053367101
Binary110101111110101100010100101110100100100001010110111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7758A; }

 p { color: rgb(215,117,138); }

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

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

 a { background-color: rgb(215,117,138); }

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

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

 span { border-color: rgb(215,117,138); }

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