Html Css Color HEX #D621EB Psychedelic Purple

📋 copy color: '#D621EB'

red 214 ◦ green 33 ◦ blue 235

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

Shades of Psychedelic Purple #D621EB

Tints of Psychedelic Purple #D621EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.76%

R = 44.4%
G = 6.85%
B = 48.76%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D621EB (or 0xD621EB) is known color: Psychedelic Purple. HEX triplet: D6, 21 and EB. RGB value is (214,33,235). Sum of RGB (Red+Green+Blue) = 214+33+235=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 33 (13.28% from 255 or 6.85% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #D621EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D621EB is #29DE14. Grayscale: #6D6D6D. Windows color (decimal): -2743829 or 15409622. OLE color: 15409622.

HSL color Cylindrical-coordinate representation of color #D621EB: hue angle of 293.76º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D621EB is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 33 235 -
CMYK 0.09 0.86 0 0.08
HSL 293.76º 0.83% 0.53% -
HSV(B) 293.76º 0.86% 0.92% -
XYZ 43.27 21.38 80.44 -
YUV 110.15 198.47 202.07 -
System Red Green Blue C M Y K H S L
Decimal 214 33 235 0.09 0.86 0 0.08 293.76 0.83 0.53
Hex D6 21 EB 9 56 0 8 126 53 35
Octal 326 41 353 11 126 0 10 446 123 65
Binary 11010110 100001 11101011 1001 1010110 0 1000 100100110 1010011 110101

Color Harmonies of #D621EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D621EB

Black with #D621EB

Text Example


Text Example

White with #D621EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D621EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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