Html Css Color HEX #DA15EF Psychedelic Purple

📋 copy color: '#DA15EF'

red 218 ◦ green 21 ◦ blue 239

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

Shades of Psychedelic Purple #DA15EF

Tints of Psychedelic Purple #DA15EF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.39%

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

R = 45.61%
G = 4.39%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DA15EF (or 0xDA15EF) is known color: Psychedelic Purple. HEX triplet: DA, 15 and EF. RGB value is (218,21,239). Sum of RGB (Red+Green+Blue) = 218+21+239=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 21 (8.59% from 255 or 4.39% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA15EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA15EF is #25EA10. Grayscale: #686868. Windows color (decimal): -2484753 or 15668698. OLE color: 15668698.

HSL color Cylindrical-coordinate representation of color #DA15EF: hue angle of 294.22º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA15EF is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 21 239 -
CMYK 0.09 0.91 0 0.06
HSL 294.22º 0.87% 0.51% -
HSV(B) 294.22º 0.91% 0.94% -
XYZ 44.76 21.67 83.49 -
YUV 104.76 203.77 208.77 -
System Red Green Blue C M Y K H S L
Decimal 218 21 239 0.09 0.91 0 0.06 294.22 0.87 0.51
Hex DA 15 EF 9 5B 0 6 126 57 33
Octal 332 25 357 11 133 0 6 446 127 63
Binary 11011010 10101 11101111 1001 1011011 0 110 100100110 1010111 110011

Color Harmonies of #DA15EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA15EF

Black with #DA15EF

Text Example


Text Example

White with #DA15EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA15EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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