#DA05EE

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

Shades of Psychedelic Purple #DA05EE

Tints of Psychedelic Purple #DA05EE

Color information

#DA05EE (or 0xDA05EE) is unknown color: approx Psychedelic Purple. HEX triplet: DA, 05 and EE. RGB value is (218,5,238). Sum of RGB (Red+Green+Blue) = 218+5+238=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 5 (2.34% from 255 or 1.08% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA05EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA05EE is #25FA11. Grayscale: #5E5E5E. Windows color (decimal): -2488850 or 15599066. OLE color: 15599066.

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

Color convert

RGB2185238-
CMYK0.080.9800.07
HSL294.85º95.88%47.65%-
HSV(B)294.85º97.9%93.33%-
XYZ44.421.1982.64-
YUV95.25208.57215.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.29%
GREEN value IS 5 (2.34% from 255) = 1.08%
BLUE value IS 238 (93.36% from 255) = 51.63%
R=47.29%
G=1.08%
B=51.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal21852380.080.9800.07294.8595.8847.65
HexDA5EE862071276030
Octal3325356101420744714060
Binary11011010101111011101000110001001111001001111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA05EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA05EE; }

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

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

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

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

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

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

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

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