Html Css Color HEX #DA10EE Psychedelic Purple

📋 copy color: '#DA10EE'

red 218 ◦ green 16 ◦ blue 238

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

Shades of Psychedelic Purple #DA10EE

Tints of Psychedelic Purple #DA10EE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.39%

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

R = 46.19%
G = 3.39%
B = 50.42%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DA10EE (or 0xDA10EE) is known color: Psychedelic Purple. HEX triplet: DA, 10 and EE. RGB value is (218,16,238). Sum of RGB (Red+Green+Blue) = 218+16+238=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 16 (6.64% from 255 or 3.39% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA10EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA10EE is #25EF11. Grayscale: #656565. Windows color (decimal): -2486034 or 15601882. OLE color: 15601882.

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

Color convert

RGB 218 16 238 -
CMYK 0.08 0.93 0 0.07
HSL 294.59º 0.87% 0.5% -
HSV(B) 294.59º 0.93% 0.93% -
XYZ 44.53 21.45 82.68 -
YUV 101.71 204.92 210.95 -
System Red Green Blue C M Y K H S L
Decimal 218 16 238 0.08 0.93 0 0.07 294.59 0.87 0.5
Hex DA 10 EE 8 5D 0 7 127 57 32
Octal 332 20 356 10 135 0 7 447 127 62
Binary 11011010 10000 11101110 1000 1011101 0 111 100100111 1010111 110010

Color Harmonies of #DA10EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA10EE

Black with #DA10EE

Text Example


Text Example

White with #DA10EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA10EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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