Html Css Color HEX #DA11E5 Psychedelic Purple

📋 copy color: '#DA11E5'

red 218 ◦ green 17 ◦ blue 229

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

Shades of Psychedelic Purple #DA11E5

Tints of Psychedelic Purple #DA11E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 49.35%

R = 46.98%
G = 3.66%
B = 49.35%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DA11E5 (or 0xDA11E5) is known color: Psychedelic Purple. HEX triplet: DA, 11 and E5. RGB value is (218,17,229). Sum of RGB (Red+Green+Blue) = 218+17+229=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 17 (7.03% from 255 or 3.66% from 464); Blue value is 229 (89.84% from 255 or 49.35% from 464); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA11E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA11E5 is #25EE1A. Grayscale: #646464. Windows color (decimal): -2485787 or 15012314. OLE color: 15012314.

HSL color Cylindrical-coordinate representation of color #DA11E5: hue angle of 296.89º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA11E5 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 17 229 -
CMYK 0.05 0.93 0 0.10
HSL 296.89º 0.86% 0.48% -
HSV(B) 296.89º 0.93% 0.9% -
XYZ 43.26 20.96 75.9 -
YUV 101.27 200.09 211.26 -
System Red Green Blue C M Y K H S L
Decimal 218 17 229 0.05 0.93 0 0.10 296.89 0.86 0.48
Hex DA 11 E5 5 5D 0 A 129 56 30
Octal 332 21 345 5 135 0 12 451 126 60
Binary 11011010 10001 11100101 101 1011101 0 1010 100101001 1010110 110000

Color Harmonies of #DA11E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA11E5

Black with #DA11E5

Text Example


Text Example

White with #DA11E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA11E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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