Html Css Color HEX #DA0AED Psychedelic Purple

📋 copy color: '#DA0AED'

red 218 ◦ green 10 ◦ blue 237

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

Shades of Psychedelic Purple #DA0AED

Tints of Psychedelic Purple #DA0AED

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.15%

 BLUE value IS 237 (92.97% from 255) = 50.97%

R = 46.88%
G = 2.15%
B = 50.97%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DA0AED (or 0xDA0AED) is known color: Psychedelic Purple. HEX triplet: DA, 0A and ED. RGB value is (218,10,237). Sum of RGB (Red+Green+Blue) = 218+10+237=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 10 (4.30% from 255 or 2.15% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA0AED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0AED is #25F512. Grayscale: #616161. Windows color (decimal): -2487571 or 15534810. OLE color: 15534810.

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

Color convert

RGB 218 10 237 -
CMYK 0.08 0.96 0 0.07
HSL 294.98º 0.92% 0.48% -
HSV(B) 294.98º 0.96% 0.93% -
XYZ 44.31 21.24 81.88 -
YUV 98.07 206.41 213.54 -
System Red Green Blue C M Y K H S L
Decimal 218 10 237 0.08 0.96 0 0.07 294.98 0.92 0.48
Hex DA A ED 8 60 0 7 127 5C 30
Octal 332 12 355 10 140 0 7 447 134 60
Binary 11011010 1010 11101101 1000 1100000 0 111 100100111 1011100 110000

Color Harmonies of #DA0AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0AED

Black with #DA0AED

Text Example


Text Example

White with #DA0AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0AED; }

 p { color: rgb(218,10,237); }

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

background-color css

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

 a { background-color: rgb(218,10,237); }

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

border-color css

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

 span { border-color: rgb(218,10,237); }

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