#DA8EEF

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

Shades of Violet #DA8EEF

Tints of Violet #DA8EEF

Color information

#DA8EEF (or 0xDA8EEF) is unknown color: approx Violet. HEX triplet: DA, 8E and EF. RGB value is (218,142,239). Sum of RGB (Red+Green+Blue) = 218+142+239=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 142 (55.86% from 255 or 23.71% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA8EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8EEF is #257110. Grayscale: #AFAFAF. Windows color (decimal): -2453777 or 15699674. OLE color: 15699674.

HSL color Cylindrical-coordinate representation of color #DA8EEF: hue angle of 287.01º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA8EEF is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB218142239-
CMYK0.090.4100.06
HSL287.01º75.19%74.71%-
HSV(B)287.01º40.59%93.73%-
XYZ54.1740.4886.62-
YUV175.78163.68158.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.39%
GREEN value IS 142 (55.86% from 255) = 23.71%
BLUE value IS 239 (93.75% from 255) = 39.90%
R=36.39%
G=23.71%
B=39.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2181422390.090.4100.06287.0175.1974.71
HexDA8EEF9290611f4b4b
Octal332216357115106437113113
Binary1101101010001110111011111001101001011010001111110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8EEF; }

 p { color: rgb(218,142,239); }

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

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

 a { background-color: rgb(218,142,239); }

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

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

 span { border-color: rgb(218,142,239); }

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