#D77A9C

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

Shades of Pale Violet Red #D77A9C

Tints of Pale Violet Red #D77A9C

Color information

#D77A9C (or 0xD77A9C) is unknown color: approx Pale Violet Red. HEX triplet: D7, 7A and 9C. RGB value is (215,122,156). Sum of RGB (Red+Green+Blue) = 215+122+156=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 122 (48.05% from 255 or 24.75% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77A9C is #288563. Grayscale: #999999. Windows color (decimal): -2655588 or 10255063. OLE color: 10255063.

HSL color Cylindrical-coordinate representation of color #D77A9C: hue angle of 338.06º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77A9C is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB215122156-
CMYK00.430.270.16
HSL338.06º53.76%66.08%-
HSV(B)338.06º43.26%84.31%-
XYZ40.9830.7735.23-
YUV153.68129.31171.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.61%
GREEN value IS 122 (48.05% from 255) = 24.75%
BLUE value IS 156 (61.33% from 255) = 31.64%
R=43.61%
G=24.75%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512215600.430.270.16338.0653.7666.08
HexD77A9C02B1B101523642
Octal327172234053332052266102
Binary11010111111101010011100010101111011100001010100101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77A9C; }

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

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

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

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

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

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

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

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