Html Css Color HEX #D321EF Psychedelic Purple

📋 copy color: '#D321EF'

red 211 ◦ green 33 ◦ blue 239

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

Shades of Psychedelic Purple #D321EF

Tints of Psychedelic Purple #D321EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.48%

R = 43.69%
G = 6.83%
B = 49.48%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D321EF (or 0xD321EF) is known color: Psychedelic Purple. HEX triplet: D3, 21 and EF. RGB value is (211,33,239). Sum of RGB (Red+Green+Blue) = 211+33+239=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 33 (13.28% from 255 or 6.83% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #D321EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D321EF is #2CDE10. Grayscale: #6D6D6D. Windows color (decimal): -2940433 or 15671763. OLE color: 15671763.

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

Color convert

RGB 211 33 239 -
CMYK 0.12 0.86 0 0.06
HSL 291.84º 0.87% 0.53% -
HSV(B) 291.84º 0.86% 0.94% -
XYZ 42.99 21.17 83.48 -
YUV 109.71 200.97 200.25 -
System Red Green Blue C M Y K H S L
Decimal 211 33 239 0.12 0.86 0 0.06 291.84 0.87 0.53
Hex D3 21 EF C 56 0 6 124 57 35
Octal 323 41 357 14 126 0 6 444 127 65
Binary 11010011 100001 11101111 1100 1010110 0 110 100100100 1010111 110101

Color Harmonies of #D321EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D321EF

Black with #D321EF

Text Example


Text Example

White with #D321EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D321EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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