#D776A1

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

Shades of Pale Violet Red #D776A1

Tints of Pale Violet Red #D776A1

Color information

#D776A1 (or 0xD776A1) is unknown color: approx Pale Violet Red. HEX triplet: D7, 76 and A1. RGB value is (215,118,161). Sum of RGB (Red+Green+Blue) = 215+118+161=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 161 (63.28% from 255 or 32.59% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D776A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D776A1 is #28895E. Grayscale: #979797. Windows color (decimal): -2656607 or 10581719. OLE color: 10581719.

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

Color convert

RGB215118161-
CMYK00.450.250.16
HSL333.4º54.8%65.29%-
HSV(B)333.4º45.12%84.31%-
XYZ40.9429.9837.35-
YUV151.9133.14173-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.52%
GREEN value IS 118 (46.48% from 255) = 23.89%
BLUE value IS 161 (63.28% from 255) = 32.59%
R=43.52%
G=23.89%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511816100.450.250.16333.454.865.29
HexD776A102D191014d3741
Octal327166241055312051567101
Binary11010111111011010100001010110111001100001010011011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D776A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D776A1; }

 p { color: rgb(215,118,161); }

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

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

 a { background-color: rgb(215,118,161); }

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

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

 span { border-color: rgb(215,118,161); }

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