#DA86E0

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

Shades of Violet #DA86E0

Tints of Violet #DA86E0

Color information

#DA86E0 (or 0xDA86E0) is unknown color: approx Violet. HEX triplet: DA, 86 and E0. RGB value is (218,134,224). Sum of RGB (Red+Green+Blue) = 218+134+224=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 134 (52.73% from 255 or 23.26% from 576); Blue value is 224 (87.89% from 255 or 38.89% from 576); Max value from RGB is 224 - color contains mainly: blue. Hex color #DA86E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA86E0 is #25791F. Grayscale: #A9A9A9. Windows color (decimal): -2455840 or 14714586. OLE color: 14714586.

HSL color Cylindrical-coordinate representation of color #DA86E0: hue angle of 296º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA86E0 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB218134224-
CMYK0.030.4000.12
HSL296º59.21%70.2%-
HSV(B)296º40.18%87.84%-
XYZ50.8937.3475.05-
YUV169.38158.83162.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.85%
GREEN value IS 134 (52.73% from 255) = 23.26%
BLUE value IS 224 (87.89% from 255) = 38.89%
R=37.85%
G=23.26%
B=38.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2181342240.030.4000.1229659.2170.2
HexDA86E03280C1283b46
Octal33220634035001445073106
Binary11011010100001101110000011101000011001001010001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA86E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA86E0; }

 p { color: rgb(218,134,224); }

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

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

 a { background-color: rgb(218,134,224); }

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

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

 span { border-color: rgb(218,134,224); }

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