#DA85ED

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

Shades of Violet #DA85ED

Tints of Violet #DA85ED

Color information

#DA85ED (or 0xDA85ED) is unknown color: approx Violet. HEX triplet: DA, 85 and ED. RGB value is (218,133,237). Sum of RGB (Red+Green+Blue) = 218+133+237=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA85ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA85ED is #257A12. Grayscale: #A9A9A9. Windows color (decimal): -2456083 or 15566298. OLE color: 15566298.

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

Color convert

RGB218133237-
CMYK0.080.4400.07
HSL289.04º74.29%72.55%-
HSV(B)289.04º43.88%92.94%-
XYZ52.5937.7984.64-
YUV170.27165.66162.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.07%
GREEN value IS 133 (52.34% from 255) = 22.62%
BLUE value IS 237 (92.97% from 255) = 40.31%
R=37.07%
G=22.62%
B=40.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181332370.080.4400.07289.0474.2972.55
HexDA85ED82C071214a49
Octal332205355105407441112111
Binary1101101010000101111011011000101100011110010000110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA85ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA85ED; }

 p { color: rgb(218,133,237); }

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

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

 a { background-color: rgb(218,133,237); }

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

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

 span { border-color: rgb(218,133,237); }

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