#D777A2

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

Shades of Pale Violet Red #D777A2

Tints of Pale Violet Red #D777A2

Color information

#D777A2 (or 0xD777A2) is unknown color: approx Pale Violet Red. HEX triplet: D7, 77 and A2. RGB value is (215,119,162). Sum of RGB (Red+Green+Blue) = 215+119+162=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D777A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D777A2 is #28885D. Grayscale: #989898. Windows color (decimal): -2656350 or 10647511. OLE color: 10647511.

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

Color convert

RGB215119162-
CMYK00.450.250.16
HSL333.12º54.55%65.49%-
HSV(B)333.12º44.65%84.31%-
XYZ41.1430.2537.85-
YUV152.61133.3172.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.35%
GREEN value IS 119 (46.88% from 255) = 23.99%
BLUE value IS 162 (63.67% from 255) = 32.66%
R=43.35%
G=23.99%
B=32.66%

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
Decimal21511916200.450.250.16333.1254.5565.49
HexD777A202D191014d3741
Octal327167242055312051567101
Binary11010111111011110100010010110111001100001010011011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D777A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D777A2; }

 p { color: rgb(215,119,162); }

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

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

 a { background-color: rgb(215,119,162); }

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

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

 span { border-color: rgb(215,119,162); }

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