Html Css Color HEX #D621EE Psychedelic Purple

📋 copy color: '#D621EE'

red 214 ◦ green 33 ◦ blue 238

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

Shades of Psychedelic Purple #D621EE

Tints of Psychedelic Purple #D621EE

RGB

 RED value IS 214 (83.98% from 255) = 44.12%

 GREEN value IS 33 (13.28% from 255) = 6.8%

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

R = 44.12%
G = 6.8%
B = 49.07%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D621EE (or 0xD621EE) is known color: Psychedelic Purple. HEX triplet: D6, 21 and EE. RGB value is (214,33,238). Sum of RGB (Red+Green+Blue) = 214+33+238=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 33 (13.28% from 255 or 6.80% 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 #D621EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D621EE is #29DE11. Grayscale: #6D6D6D. Windows color (decimal): -2743826 or 15606230. OLE color: 15606230.

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

Color convert

RGB 214 33 238 -
CMYK 0.10 0.86 0 0.07
HSL 292.98º 0.86% 0.53% -
HSV(B) 292.98º 0.86% 0.93% -
XYZ 43.71 21.56 82.75 -
YUV 110.49 199.97 201.83 -
System Red Green Blue C M Y K H S L
Decimal 214 33 238 0.10 0.86 0 0.07 292.98 0.86 0.53
Hex D6 21 EE A 56 0 7 125 56 35
Octal 326 41 356 12 126 0 7 445 126 65
Binary 11010110 100001 11101110 1010 1010110 0 111 100100101 1010110 110101

Color Harmonies of #D621EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D621EE

Black with #D621EE

Text Example


Text Example

White with #D621EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D621EE; }

 p { color: rgb(214,33,238); }

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

background-color css

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

 a { background-color: rgb(214,33,238); }

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

border-color css

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

 span { border-color: rgb(214,33,238); }

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