#D6779E

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

Shades of Pale Violet Red #D6779E

Tints of Pale Violet Red #D6779E

Color information

#D6779E (or 0xD6779E) is unknown color: approx Pale Violet Red. HEX triplet: D6, 77 and 9E. RGB value is (214,119,158). Sum of RGB (Red+Green+Blue) = 214+119+158=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D6779E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6779E is #298861. Grayscale: #979797. Windows color (decimal): -2721890 or 10385366. OLE color: 10385366.

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

Color convert

RGB214119158-
CMYK00.440.260.16
HSL335.37º53.67%65.29%-
HSV(B)335.37º44.39%83.92%-
XYZ40.529.9636-
YUV151.85131.47172.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.58%
GREEN value IS 119 (46.88% from 255) = 24.24%
BLUE value IS 158 (62.11% from 255) = 32.18%
R=43.58%
G=24.24%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411915800.440.260.16335.3753.6765.29
HexD6779E02C1A1014f3641
Octal326167236054322051766101
Binary11010110111011110011110010110011010100001010011111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6779E; }

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

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

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

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

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

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

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

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