Html Css Color HEX #DA17EA Psychedelic Purple

📋 copy color: '#DA17EA'

red 218 ◦ green 23 ◦ blue 234

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

Shades of Psychedelic Purple #DA17EA

Tints of Psychedelic Purple #DA17EA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.84%

 BLUE value IS 234 (91.8% from 255) = 49.26%

R = 45.89%
G = 4.84%
B = 49.26%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DA17EA (or 0xDA17EA) is known color: Psychedelic Purple. HEX triplet: DA, 17 and EA. RGB value is (218,23,234). Sum of RGB (Red+Green+Blue) = 218+23+234=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 23 (9.38% from 255 or 4.84% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA17EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA17EA is #25E815. Grayscale: #686868. Windows color (decimal): -2484246 or 15341530. OLE color: 15341530.

HSL color Cylindrical-coordinate representation of color #DA17EA: hue angle of 295.45º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA17EA is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 23 234 -
CMYK 0.07 0.90 0 0.08
HSL 295.45º 0.83% 0.5% -
HSV(B) 295.45º 0.9% 0.92% -
XYZ 44.07 21.46 79.66 -
YUV 105.36 200.6 208.34 -
System Red Green Blue C M Y K H S L
Decimal 218 23 234 0.07 0.90 0 0.08 295.45 0.83 0.5
Hex DA 17 EA 7 5A 0 8 127 53 32
Octal 332 27 352 7 132 0 10 447 123 62
Binary 11011010 10111 11101010 111 1011010 0 1000 100100111 1010011 110010

Color Harmonies of #DA17EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA17EA

Black with #DA17EA

Text Example


Text Example

White with #DA17EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA17EA; }

 p { color: rgb(218,23,234); }

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

background-color css

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

 a { background-color: rgb(218,23,234); }

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

border-color css

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

 span { border-color: rgb(218,23,234); }

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