Html Css Color HEX #DA15EE Psychedelic Purple

📋 copy color: '#DA15EE'

red 218 ◦ green 21 ◦ blue 238

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

Shades of Psychedelic Purple #DA15EE

Tints of Psychedelic Purple #DA15EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.9%

R = 45.7%
G = 4.4%
B = 49.9%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DA15EE (or 0xDA15EE) is known color: Psychedelic Purple. HEX triplet: DA, 15 and EE. RGB value is (218,21,238). Sum of RGB (Red+Green+Blue) = 218+21+238=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 21 (8.59% from 255 or 4.40% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA15EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA15EE is #25EA11. Grayscale: #676767. Windows color (decimal): -2484754 or 15603162. OLE color: 15603162.

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

Color convert

RGB 218 21 238 -
CMYK 0.08 0.91 0 0.07
HSL 294.47º 0.86% 0.51% -
HSV(B) 294.47º 0.91% 0.93% -
XYZ 44.61 21.61 82.71 -
YUV 104.64 203.27 208.86 -
System Red Green Blue C M Y K H S L
Decimal 218 21 238 0.08 0.91 0 0.07 294.47 0.86 0.51
Hex DA 15 EE 8 5B 0 7 126 56 33
Octal 332 25 356 10 133 0 7 446 126 63
Binary 11011010 10101 11101110 1000 1011011 0 111 100100110 1010110 110011

Color Harmonies of #DA15EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA15EE

Black with #DA15EE

Text Example


Text Example

White with #DA15EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA15EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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