Html Css Color HEX #D322EF Psychedelic Purple

📋 copy color: '#D322EF'

red 211 ◦ green 34 ◦ blue 239

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

Shades of Psychedelic Purple #D322EF

Tints of Psychedelic Purple #D322EF

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.02%

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

R = 43.6%
G = 7.02%
B = 49.38%

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

#D322EF (or 0xD322EF) is known color: Psychedelic Purple. HEX triplet: D3, 22 and EF. RGB value is (211,34,239). Sum of RGB (Red+Green+Blue) = 211+34+239=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 34 (13.67% from 255 or 7.02% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #D322EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D322EF is #2CDD10. Grayscale: #6D6D6D. Windows color (decimal): -2940177 or 15672019. OLE color: 15672019.

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

Color convert

RGB 211 34 239 -
CMYK 0.12 0.86 0 0.06
HSL 291.8º 0.86% 0.54% -
HSV(B) 291.8º 0.86% 0.94% -
XYZ 43.02 21.22 83.49 -
YUV 110.29 200.64 199.83 -
System Red Green Blue C M Y K H S L
Decimal 211 34 239 0.12 0.86 0 0.06 291.8 0.86 0.54
Hex D3 22 EF C 56 0 6 124 56 36
Octal 323 42 357 14 126 0 6 444 126 66
Binary 11010011 100010 11101111 1100 1010110 0 110 100100100 1010110 110110

Color Harmonies of #D322EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D322EF

Black with #D322EF

Text Example


Text Example

White with #D322EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D322EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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