#DA07EB

Color #DA07EB Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #DA07EB

Tints of Psychedelic Purple #DA07EB

Color information

#DA07EB (or 0xDA07EB) is unknown color: approx Psychedelic Purple. HEX triplet: DA, 07 and EB. RGB value is (218,7,235). Sum of RGB (Red+Green+Blue) = 218+7+235=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 7 (3.12% from 255 or 1.52% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #DA07EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA07EB is #25F814. Grayscale: #5F5F5F. Windows color (decimal): -2488341 or 15402970. OLE color: 15402970.

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

Color convert

RGB2187235-
CMYK0.070.9700.08
HSL295.53º94.21%47.45%-
HSV(B)295.53º97.02%92.16%-
XYZ43.9821.0680.34-
YUV96.08206.4214.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.39%
GREEN value IS 7 (3.12% from 255) = 1.52%
BLUE value IS 235 (92.19% from 255) = 51.09%
R=47.39%
G=1.52%
B=51.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal21872350.070.9700.08295.5394.2147.45
HexDA7EB761081285e2f
Octal3327353714101045013657
Binary11011010111111010111111100001010001001010001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA07EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA07EB; }

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

 H1.HeaderClassName
 {
   color: #DA07EB;
 }
 .AnyTagClassName
 {
   color: #DA07EB;
 }
</style>
background-color css

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

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

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

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

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

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