Html Css Color HEX #DA07EE Psychedelic Purple

📋 copy color: '#DA07EE'

red 218 ◦ green 7 ◦ blue 238

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

Shades of Psychedelic Purple #DA07EE

Tints of Psychedelic Purple #DA07EE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.51%

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

R = 47.08%
G = 1.51%
B = 51.4%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DA07EE (or 0xDA07EE) is known color: Psychedelic Purple. HEX triplet: DA, 07 and EE. RGB value is (218,7,238). Sum of RGB (Red+Green+Blue) = 218+7+238=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 7 (3.12% from 255 or 1.51% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA07EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA07EE is #25F811. Grayscale: #5F5F5F. Windows color (decimal): -2488338 or 15599578. OLE color: 15599578.

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

Color convert

RGB 218 7 238 -
CMYK 0.08 0.97 0 0.07
HSL 294.81º 0.94% 0.48% -
HSV(B) 294.81º 0.97% 0.93% -
XYZ 44.42 21.23 82.65 -
YUV 96.42 207.9 214.72 -
System Red Green Blue C M Y K H S L
Decimal 218 7 238 0.08 0.97 0 0.07 294.81 0.94 0.48
Hex DA 7 EE 8 61 0 7 127 5E 30
Octal 332 7 356 10 141 0 7 447 136 60
Binary 11011010 111 11101110 1000 1100001 0 111 100100111 1011110 110000

Color Harmonies of #DA07EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA07EE

Black with #DA07EE

Text Example


Text Example

White with #DA07EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA07EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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