Html Css Color HEX #DA01EF Psychedelic Purple

📋 copy color: '#DA01EF'

red 218 ◦ green 1 ◦ blue 239

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

Shades of Psychedelic Purple #DA01EF

Tints of Psychedelic Purple #DA01EF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

 BLUE value IS 239 (93.75% from 255) = 52.18%

R = 47.6%
G = 0.22%
B = 52.18%

CMYK

 C value IS 0.09

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DA01EF (or 0xDA01EF) is known color: Psychedelic Purple. HEX triplet: DA, 01 and EF. RGB value is (218,1,239). Sum of RGB (Red+Green+Blue) = 218+1+239=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 1 (0.78% from 255 or 0.22% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA01EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA01EF is #25FE10. Grayscale: #5C5C5C. Windows color (decimal): -2489873 or 15663578. OLE color: 15663578.

HSL color Cylindrical-coordinate representation of color #DA01EF: hue angle of 294.71º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA01EF is Cyan = 0.09, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 1 239 -
CMYK 0.09 1.00 0 0.06
HSL 294.71º 0.99% 0.47% -
HSV(B) 294.71º 1% 0.94% -
XYZ 44.5 21.16 83.4 -
YUV 93.02 210.39 217.15 -
System Red Green Blue C M Y K H S L
Decimal 218 1 239 0.09 1.00 0 0.06 294.71 0.99 0.47
Hex DA 1 EF 9 64 0 6 127 63 2F
Octal 332 1 357 11 144 0 6 447 143 57
Binary 11011010 1 11101111 1001 1100100 0 110 100100111 1100011 101111

Color Harmonies of #DA01EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA01EF

Black with #DA01EF

Text Example


Text Example

White with #DA01EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA01EF; }

 p { color: rgb(218,1,239); }

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

background-color css

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

 a { background-color: rgb(218,1,239); }

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

border-color css

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

 span { border-color: rgb(218,1,239); }

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