Html Css Color HEX #D620EE Psychedelic Purple

📋 copy color: '#D620EE'

red 214 ◦ green 32 ◦ blue 238

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

Shades of Psychedelic Purple #D620EE

Tints of Psychedelic Purple #D620EE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.61%

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

R = 44.21%
G = 6.61%
B = 49.17%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D620EE (or 0xD620EE) is known color: Psychedelic Purple. HEX triplet: D6, 20 and EE. RGB value is (214,32,238). Sum of RGB (Red+Green+Blue) = 214+32+238=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 32 (12.89% from 255 or 6.61% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #D620EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D620EE is #29DF11. Grayscale: #6D6D6D. Windows color (decimal): -2744082 or 15605974. OLE color: 15605974.

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

Color convert

RGB 214 32 238 -
CMYK 0.10 0.87 0 0.07
HSL 293.01º 0.86% 0.53% -
HSV(B) 293.01º 0.87% 0.93% -
XYZ 43.68 21.5 82.74 -
YUV 109.9 200.3 202.25 -
System Red Green Blue C M Y K H S L
Decimal 214 32 238 0.10 0.87 0 0.07 293.01 0.86 0.53
Hex D6 20 EE A 57 0 7 125 56 35
Octal 326 40 356 12 127 0 7 445 126 65
Binary 11010110 100000 11101110 1010 1010111 0 111 100100101 1010110 110101

Color Harmonies of #D620EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D620EE

Black with #D620EE

Text Example


Text Example

White with #D620EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D620EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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