#D7758C

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

Shades of Charm #D7758C

Tints of Charm #D7758C

Color information

#D7758C (or 0xD7758C) is unknown color: approx Charm. HEX triplet: D7, 75 and 8C. RGB value is (215,117,140). Sum of RGB (Red+Green+Blue) = 215+117+140=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D7758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7758C is #288A73. Grayscale: #949494. Windows color (decimal): -2656884 or 9205207. OLE color: 9205207.

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

Color convert

RGB215117140-
CMYK00.460.350.16
HSL345.92º55.06%65.1%-
HSV(B)345.92º45.58%84.31%-
XYZ39.1229.0628.36-
YUV148.92122.97175.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.55%
GREEN value IS 117 (46.09% from 255) = 24.79%
BLUE value IS 140 (55.08% from 255) = 29.66%
R=45.55%
G=24.79%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511714000.460.350.16345.9255.0665.1
HexD7758C02E231015a3741
Octal327165214056432053267101
Binary110101111110101100011000101110100011100001010110101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7758C; }

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

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

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

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

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

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

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

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