Html Css Color HEX #DA1DEE Psychedelic Purple

📋 copy color: '#DA1DEE'

red 218 ◦ green 29 ◦ blue 238

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

Shades of Psychedelic Purple #DA1DEE

Tints of Psychedelic Purple #DA1DEE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.98%

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

R = 44.95%
G = 5.98%
B = 49.07%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DA1DEE (or 0xDA1DEE) is known color: Psychedelic Purple. HEX triplet: DA, 1D and EE. RGB value is (218,29,238). Sum of RGB (Red+Green+Blue) = 218+29+238=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 29 (11.72% from 255 or 5.98% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA1DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA1DEE is #25E211. Grayscale: #6C6C6C. Windows color (decimal): -2482706 or 15605210. OLE color: 15605210.

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

Color convert

RGB 218 29 238 -
CMYK 0.08 0.88 0 0.07
HSL 294.26º 0.86% 0.52% -
HSV(B) 294.26º 0.88% 0.93% -
XYZ 44.79 21.96 82.77 -
YUV 109.34 200.62 205.51 -
System Red Green Blue C M Y K H S L
Decimal 218 29 238 0.08 0.88 0 0.07 294.26 0.86 0.52
Hex DA 1D EE 8 58 0 7 126 56 34
Octal 332 35 356 10 130 0 7 446 126 64
Binary 11011010 11101 11101110 1000 1011000 0 111 100100110 1010110 110100

Color Harmonies of #DA1DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1DEE

Black with #DA1DEE

Text Example


Text Example

White with #DA1DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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