Html Css Color HEX #DA05ED Psychedelic Purple

📋 copy color: '#DA05ED'

red 218 ◦ green 5 ◦ blue 237

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

Shades of Psychedelic Purple #DA05ED

Tints of Psychedelic Purple #DA05ED

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.09%

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

R = 47.39%
G = 1.09%
B = 51.52%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DA05ED (or 0xDA05ED) is known color: Psychedelic Purple. HEX triplet: DA, 05 and ED. RGB value is (218,5,237). Sum of RGB (Red+Green+Blue) = 218+5+237=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 5 (2.34% from 255 or 1.09% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA05ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA05ED is #25FA12. Grayscale: #5E5E5E. Windows color (decimal): -2488851 or 15533530. OLE color: 15533530.

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

Color convert

RGB 218 5 237 -
CMYK 0.08 0.98 0 0.07
HSL 295.09º 0.96% 0.47% -
HSV(B) 295.09º 0.98% 0.93% -
XYZ 44.25 21.13 81.87 -
YUV 95.14 208.07 215.64 -
System Red Green Blue C M Y K H S L
Decimal 218 5 237 0.08 0.98 0 0.07 295.09 0.96 0.47
Hex DA 5 ED 8 62 0 7 127 60 2F
Octal 332 5 355 10 142 0 7 447 140 57
Binary 11011010 101 11101101 1000 1100010 0 111 100100111 1100000 101111

Color Harmonies of #DA05ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA05ED

Black with #DA05ED

Text Example


Text Example

White with #DA05ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA05ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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