#D6799D

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

Shades of Pale Violet Red #D6799D

Tints of Pale Violet Red #D6799D

Color information

#D6799D (or 0xD6799D) is unknown color: approx Pale Violet Red. HEX triplet: D6, 79 and 9D. RGB value is (214,121,157). Sum of RGB (Red+Green+Blue) = 214+121+157=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 121 (47.66% from 255 or 24.59% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D6799D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6799D is #298662. Grayscale: #989898. Windows color (decimal): -2721379 or 10320342. OLE color: 10320342.

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

Color convert

RGB214121157-
CMYK00.430.270.16
HSL336.77º53.14%65.69%-
HSV(B)336.77º43.46%83.92%-
XYZ40.6530.4135.62-
YUV152.91130.31171.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.50%
GREEN value IS 121 (47.66% from 255) = 24.59%
BLUE value IS 157 (61.72% from 255) = 31.91%
R=43.50%
G=24.59%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412115700.430.270.16336.7753.1465.69
HexD6799D02B1B101513542
Octal326171235053332052165102
Binary11010110111100110011101010101111011100001010100011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6799D; }

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

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

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

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

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

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

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

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