Html Css Color HEX #D321EE Psychedelic Purple

📋 copy color: '#D321EE'

red 211 ◦ green 33 ◦ blue 238

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

Shades of Psychedelic Purple #D321EE

Tints of Psychedelic Purple #D321EE

RGB

 RED value IS 211 (82.81% from 255) = 43.78%

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

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

R = 43.78%
G = 6.85%
B = 49.38%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D321EE (or 0xD321EE) is known color: Psychedelic Purple. HEX triplet: D3, 21 and EE. RGB value is (211,33,238). Sum of RGB (Red+Green+Blue) = 211+33+238=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 33 (13.28% from 255 or 6.85% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #D321EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D321EE is #2CDE11. Grayscale: #6C6C6C. Windows color (decimal): -2940434 or 15606227. OLE color: 15606227.

HSL color Cylindrical-coordinate representation of color #D321EE: hue angle of 292.1º 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 #D321EE is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 33 238 -
CMYK 0.11 0.86 0 0.07
HSL 292.1º 0.86% 0.53% -
HSV(B) 292.1º 0.86% 0.93% -
XYZ 42.84 21.11 82.71 -
YUV 109.59 200.47 200.33 -
System Red Green Blue C M Y K H S L
Decimal 211 33 238 0.11 0.86 0 0.07 292.1 0.86 0.53
Hex D3 21 EE B 56 0 7 124 56 35
Octal 323 41 356 13 126 0 7 444 126 65
Binary 11010011 100001 11101110 1011 1010110 0 111 100100100 1010110 110101

Color Harmonies of #D321EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D321EE

Black with #D321EE

Text Example


Text Example

White with #D321EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D321EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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