Html Css Color HEX #DA85ED Violet

📋 copy color: '#DA85ED'

red 218 ◦ green 133 ◦ blue 237

#DA85ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #DA85ED

Tints of Violet #DA85ED

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 value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DA85ED (or 0xDA85ED) is known color: 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

RGB 218 133 237 -
CMYK 0.08 0.44 0 0.07
HSL 289.04º 0.74% 0.73% -
HSV(B) 289.04º 0.44% 0.93% -
XYZ 52.59 37.79 84.64 -
YUV 170.27 165.66 162.04 -
System Red Green Blue C M Y K H S L
Decimal 218 133 237 0.08 0.44 0 0.07 289.04 0.74 0.73
Hex DA 85 ED 8 2C 0 7 121 4A 49
Octal 332 205 355 10 54 0 7 441 112 111
Binary 11011010 10000101 11101101 1000 101100 0 111 100100001 1001010 1001001

Color Harmonies of #DA85ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA85ED

Black with #DA85ED

Text Example


Text Example

White with #DA85ED

Text Example


Text Example

HTML Codes & Css Web 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>