#d77c9c

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

Shades of Pale Violet Red #D77C9C

Tints of Pale Violet Red #D77C9C

Color information

#D77C9C (or 0xD77C9C) is unknown color: approx Pale Violet Red. HEX triplet: D7, 7C and 9C. RGB value is (215,124,156). Sum of RGB (Red+Green+Blue) = 215+124+156=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77C9C is #288363. Grayscale: #9A9A9A. Windows color (decimal): -2655076 or 10255575. OLE color: 10255575.

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

Color convert

RGB215124156-
CMYK00.420.270.16
HSL338.9º53.22%66.47%-
HSV(B)338.9º42.33%84.31%-
XYZ41.2331.2635.31-
YUV154.86128.65170.9-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.43%
GREEN value IS 124 (48.83% from 255) = 25.05%
BLUE value IS 156 (61.33% from 255) = 31.52%
R=43.43%
G=25.05%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512415600.420.270.16338.953.2266.47
HexD77C9C02A1B101533542
Octal327174234052332052365102
Binary11010111111110010011100010101011011100001010100111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d77c9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d77c9c; }

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

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

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

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

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

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

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

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