#D6799E

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

Shades of Pale Violet Red #D6799E

Tints of Pale Violet Red #D6799E

Color information

#D6799E (or 0xD6799E) is unknown color: approx Pale Violet Red. HEX triplet: D6, 79 and 9E. RGB value is (214,121,158). Sum of RGB (Red+Green+Blue) = 214+121+158=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D6799E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6799E is #298661. Grayscale: #989898. Windows color (decimal): -2721378 or 10385878. OLE color: 10385878.

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

Color convert

RGB214121158-
CMYK00.430.260.16
HSL336.13º53.14%65.69%-
HSV(B)336.13º43.46%83.92%-
XYZ40.7430.4436.08-
YUV153.02130.81171.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.41%
GREEN value IS 121 (47.66% from 255) = 24.54%
BLUE value IS 158 (62.11% from 255) = 32.05%
R=43.41%
G=24.54%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412115800.430.260.16336.1353.1465.69
HexD6799E02B1A101503542
Octal326171236053322052065102
Binary11010110111100110011110010101111010100001010100001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6799E; }

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

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

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

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

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

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

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

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