#D7759C

Color #D7759C Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #D7759C

Tints of Pale Violet Red #D7759C

Color information

#D7759C (or 0xD7759C) is unknown color: approx Pale Violet Red. HEX triplet: D7, 75 and 9C. RGB value is (215,117,156). Sum of RGB (Red+Green+Blue) = 215+117+156=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D7759C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7759C is #288A63. Grayscale: #969696. Windows color (decimal): -2656868 or 10253783. OLE color: 10253783.

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

Color convert

RGB215117156-
CMYK00.460.270.16
HSL336.12º55.06%65.1%-
HSV(B)336.12º45.58%84.31%-
XYZ40.3929.5735.03-
YUV150.75130.97173.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.06%
GREEN value IS 117 (46.09% from 255) = 23.98%
BLUE value IS 156 (61.33% from 255) = 31.97%
R=44.06%
G=23.98%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511715600.460.270.16336.1255.0665.1
HexD7759C02E1B101503741
Octal327165234056332052067101
Binary11010111111010110011100010111011011100001010100001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7759C; }

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

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

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

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

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

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

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

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