Html Css Color HEX #DA00ED Psychedelic Purple

📋 copy color: '#DA00ED'

red 218 ◦ green 0 ◦ blue 237

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

Shades of Psychedelic Purple #DA00ED

Tints of Psychedelic Purple #DA00ED

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.91%
G = 0%
B = 52.09%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DA00ED (or 0xDA00ED) is known color: Psychedelic Purple. HEX triplet: DA, 00 and ED. RGB value is (218,0,237). Sum of RGB (Red+Green+Blue) = 218+0+237=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 0 (0.39% from 255 or 0% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA00ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA00ED is #25FF12. Grayscale: #5B5B5B. Windows color (decimal): -2490131 or 15532250. OLE color: 15532250.

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

Color convert

RGB 218 0 237 -
CMYK 0.08 1 0 0.07
HSL 295.19º 1% 0.46% -
HSV(B) 295.19º 1% 0.93% -
XYZ 44.2 21.02 81.85 -
YUV 92.2 209.72 217.73 -
System Red Green Blue C M Y K H S L
Decimal 218 0 237 0.08 1 0 0.07 295.19 1 0.46
Hex DA 0 ED 8 64 0 7 127 64 2E
Octal 332 0 355 10 144 0 7 447 144 56
Binary 11011010 0 11101101 1000 1100100 0 111 100100111 1100100 101110

Color Harmonies of #DA00ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA00ED

Black with #DA00ED

Text Example


Text Example

White with #DA00ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA00ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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