#D677A1

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

Shades of Pale Violet Red #D677A1

Tints of Pale Violet Red #D677A1

Color information

#D677A1 (or 0xD677A1) is unknown color: approx Pale Violet Red. HEX triplet: D6, 77 and A1. RGB value is (214,119,161). Sum of RGB (Red+Green+Blue) = 214+119+161=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 161 (63.28% from 255 or 32.59% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D677A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D677A1 is #29885E. Grayscale: #989898. Windows color (decimal): -2721887 or 10581974. OLE color: 10581974.

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

Color convert

RGB214119161-
CMYK00.440.250.16
HSL333.47º53.67%65.29%-
HSV(B)333.47º44.39%83.92%-
XYZ40.7630.0637.37-
YUV152.19132.97172.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.32%
GREEN value IS 119 (46.88% from 255) = 24.09%
BLUE value IS 161 (63.28% from 255) = 32.59%
R=43.32%
G=24.09%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411916100.440.250.16333.4753.6765.29
HexD677A102C191014d3641
Octal326167241054312051566101
Binary11010110111011110100001010110011001100001010011011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D677A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D677A1; }

 p { color: rgb(214,119,161); }

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

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

 a { background-color: rgb(214,119,161); }

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

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

 span { border-color: rgb(214,119,161); }

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