#D678A2

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

Shades of Pale Violet Red #D678A2

Tints of Pale Violet Red #D678A2

Color information

#D678A2 (or 0xD678A2) is unknown color: approx Pale Violet Red. HEX triplet: D6, 78 and A2. RGB value is (214,120,162). Sum of RGB (Red+Green+Blue) = 214+120+162=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D678A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D678A2 is #29875D. Grayscale: #989898. Windows color (decimal): -2721630 or 10647766. OLE color: 10647766.

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

Color convert

RGB214120162-
CMYK00.440.240.16
HSL333.19º53.41%65.49%-
HSV(B)333.19º43.93%83.92%-
XYZ40.9730.3437.88-
YUV152.89133.14171.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.15%
GREEN value IS 120 (47.27% from 255) = 24.19%
BLUE value IS 162 (63.67% from 255) = 32.66%
R=43.15%
G=24.19%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412016200.440.240.16333.1953.4165.49
HexD678A202C181014d3541
Octal326170242054302051565101
Binary11010110111100010100010010110011000100001010011011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D678A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D678A2; }

 p { color: rgb(214,120,162); }

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

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

 a { background-color: rgb(214,120,162); }

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

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

 span { border-color: rgb(214,120,162); }

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