#DA84EB

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

Shades of Violet #DA84EB

Tints of Violet #DA84EB

Color information

#DA84EB (or 0xDA84EB) is unknown color: approx Violet. HEX triplet: DA, 84 and EB. RGB value is (218,132,235). Sum of RGB (Red+Green+Blue) = 218+132+235=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 132 (51.95% from 255 or 22.56% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #DA84EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA84EB is #257B14. Grayscale: #A9A9A9. Windows color (decimal): -2456341 or 15434970. OLE color: 15434970.

HSL color Cylindrical-coordinate representation of color #DA84EB: hue angle of 290.1º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA84EB is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218132235-
CMYK0.070.4400.08
HSL290.1º72.03%71.96%-
HSV(B)290.1º43.83%92.16%-
XYZ52.1637.4183.07-
YUV169.46164.99162.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 132 (51.95% from 255) = 22.56%
BLUE value IS 235 (92.19% from 255) = 40.17%
R=37.26%
G=22.56%
B=40.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181322350.070.4400.08290.172.0371.96
HexDA84EB72C081224848
Octal332204353754010442110110
Binary1101101010000100111010111111011000100010010001010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA84EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA84EB; }

 p { color: rgb(218,132,235); }

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

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

 a { background-color: rgb(218,132,235); }

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

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

 span { border-color: rgb(218,132,235); }

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