Html Css Color HEX #DA1EF6 Psychedelic Purple

📋 copy color: '#DA1EF6'

red 218 ◦ green 30 ◦ blue 246

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

Shades of Psychedelic Purple #DA1EF6

Tints of Psychedelic Purple #DA1EF6

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.07%

 BLUE value IS 246 (96.48% from 255) = 49.8%

R = 44.13%
G = 6.07%
B = 49.8%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DA1EF6 (or 0xDA1EF6) is known color: Psychedelic Purple. HEX triplet: DA, 1E and F6. RGB value is (218,30,246). Sum of RGB (Red+Green+Blue) = 218+30+246=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 30 (12.11% from 255 or 6.07% from 494); Blue value is 246 (96.48% from 255 or 49.80% from 494); Max value from RGB is 246 - color contains mainly: blue. Hex color #DA1EF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA1EF6 is #25E109. Grayscale: #6E6E6E. Windows color (decimal): -2482442 or 16129754. OLE color: 16129754.

HSL color Cylindrical-coordinate representation of color #DA1EF6: hue angle of 292.22º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1EF6 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 30 246 -
CMYK 0.11 0.88 0 0.04
HSL 292.22º 0.92% 0.54% -
HSV(B) 292.22º 0.88% 0.96% -
XYZ 46.01 22.49 89.1 -
YUV 110.84 204.28 204.44 -
System Red Green Blue C M Y K H S L
Decimal 218 30 246 0.11 0.88 0 0.04 292.22 0.92 0.54
Hex DA 1E F6 B 58 0 4 124 5C 36
Octal 332 36 366 13 130 0 4 444 134 66
Binary 11011010 11110 11110110 1011 1011000 0 100 100100100 1011100 110110

Color Harmonies of #DA1EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1EF6

Black with #DA1EF6

Text Example


Text Example

White with #DA1EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1EF6; }

 p { color: rgb(218,30,246); }

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

background-color css

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

 a { background-color: rgb(218,30,246); }

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

border-color css

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

 span { border-color: rgb(218,30,246); }

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