Html Css Color HEX #DA2DEE Psychedelic Purple

📋 copy color: '#DA2DEE'

red 218 ◦ green 45 ◦ blue 238

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

Shades of Psychedelic Purple #DA2DEE

Tints of Psychedelic Purple #DA2DEE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 8.98%

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

R = 43.51%
G = 8.98%
B = 47.5%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DA2DEE (or 0xDA2DEE) is known color: Psychedelic Purple. HEX triplet: DA, 2D and EE. RGB value is (218,45,238). Sum of RGB (Red+Green+Blue) = 218+45+238=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 45 (17.97% from 255 or 8.98% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA2DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA2DEE is #25D211. Grayscale: #767676. Windows color (decimal): -2478610 or 15609306. OLE color: 15609306.

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

Color convert

RGB 218 45 238 -
CMYK 0.08 0.81 0 0.07
HSL 293.78º 0.85% 0.55% -
HSV(B) 293.78º 0.81% 0.93% -
XYZ 45.28 22.96 82.93 -
YUV 118.73 195.31 198.81 -
System Red Green Blue C M Y K H S L
Decimal 218 45 238 0.08 0.81 0 0.07 293.78 0.85 0.55
Hex DA 2D EE 8 51 0 7 126 55 37
Octal 332 55 356 10 121 0 7 446 125 67
Binary 11011010 101101 11101110 1000 1010001 0 111 100100110 1010101 110111

Color Harmonies of #DA2DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2DEE

Black with #DA2DEE

Text Example


Text Example

White with #DA2DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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