Html Css Color HEX #DA07E5 Psychedelic Purple

📋 copy color: '#DA07E5'

red 218 ◦ green 7 ◦ blue 229

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

Shades of Psychedelic Purple #DA07E5

Tints of Psychedelic Purple #DA07E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 50.44%

R = 48.02%
G = 1.54%
B = 50.44%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DA07E5 (or 0xDA07E5) is known color: Psychedelic Purple. HEX triplet: DA, 07 and E5. RGB value is (218,7,229). Sum of RGB (Red+Green+Blue) = 218+7+229=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 7 (3.12% from 255 or 1.54% from 454); Blue value is 229 (89.84% from 255 or 50.44% from 454); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA07E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA07E5 is #25F81A. Grayscale: #5E5E5E. Windows color (decimal): -2488347 or 15009754. OLE color: 15009754.

HSL color Cylindrical-coordinate representation of color #DA07E5: hue angle of 297.03º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA07E5 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 7 229 -
CMYK 0.05 0.97 0 0.10
HSL 297.03º 0.94% 0.46% -
HSV(B) 297.03º 0.97% 0.9% -
XYZ 43.13 20.71 75.85 -
YUV 95.4 203.4 215.45 -
System Red Green Blue C M Y K H S L
Decimal 218 7 229 0.05 0.97 0 0.10 297.03 0.94 0.46
Hex DA 7 E5 5 61 0 A 129 5E 2E
Octal 332 7 345 5 141 0 12 451 136 56
Binary 11011010 111 11100101 101 1100001 0 1010 100101001 1011110 101110

Color Harmonies of #DA07E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA07E5

Black with #DA07E5

Text Example


Text Example

White with #DA07E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA07E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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