#D684E5

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

Shades of Violet #D684E5

Tints of Violet #D684E5

Color information

#D684E5 (or 0xD684E5) is unknown color: approx Violet. HEX triplet: D6, 84 and E5. RGB value is (214,132,229). Sum of RGB (Red+Green+Blue) = 214+132+229=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 229 - color contains mainly: blue. Hex color #D684E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684E5 is #297B1A. Grayscale: #A7A7A7. Windows color (decimal): -2718491 or 15041750. OLE color: 15041750.

HSL color Cylindrical-coordinate representation of color #D684E5: hue angle of 290.72º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D684E5 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB214132229-
CMYK0.070.4200.10
HSL290.72º65.1%70.78%-
HSV(B)290.72º42.36%89.8%-
XYZ50.1336.4678.52-
YUV167.58162.67161.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.22%
GREEN value IS 132 (51.95% from 255) = 22.96%
BLUE value IS 229 (89.84% from 255) = 39.83%
R=37.22%
G=22.96%
B=39.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2141322290.070.4200.10290.7265.170.78
HexD684E572A0A1234147
Octal326204345752012443101107
Binary1101011010000100111001011111010100101010010001110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D684E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D684E5; }

 p { color: rgb(214,132,229); }

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

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

 a { background-color: rgb(214,132,229); }

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

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

 span { border-color: rgb(214,132,229); }

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