Html Css Color HEX #DA11EB Psychedelic Purple

📋 copy color: '#DA11EB'

red 218 ◦ green 17 ◦ blue 235

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

Shades of Psychedelic Purple #DA11EB

Tints of Psychedelic Purple #DA11EB

RGB

 RED value IS 218 (85.55% from 255) = 46.38%

 GREEN value IS 17 (7.03% from 255) = 3.62%

 BLUE value IS 235 (92.19% from 255) = 50%

R = 46.38%
G = 3.62%
B = 50%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DA11EB (or 0xDA11EB) is known color: Psychedelic Purple. HEX triplet: DA, 11 and EB. RGB value is (218,17,235). Sum of RGB (Red+Green+Blue) = 218+17+235=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 17 (7.03% from 255 or 3.62% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #DA11EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA11EB is #25EE14. Grayscale: #656565. Windows color (decimal): -2485781 or 15405530. OLE color: 15405530.

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

Color convert

RGB 218 17 235 -
CMYK 0.07 0.93 0 0.08
HSL 295.32º 0.87% 0.49% -
HSV(B) 295.32º 0.93% 0.92% -
XYZ 44.11 21.3 80.38 -
YUV 101.95 203.09 210.77 -
System Red Green Blue C M Y K H S L
Decimal 218 17 235 0.07 0.93 0 0.08 295.32 0.87 0.49
Hex DA 11 EB 7 5D 0 8 127 57 31
Octal 332 21 353 7 135 0 10 447 127 61
Binary 11011010 10001 11101011 111 1011101 0 1000 100100111 1010111 110001

Color Harmonies of #DA11EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA11EB

Black with #DA11EB

Text Example


Text Example

White with #DA11EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA11EB; }

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

 H1.HeaderClassName
 {
   color: #DA11EB;
 }
 .AnyTagClassName
 {
   color: #DA11EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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