Html Css Color HEX #D321ED Psychedelic Purple

📋 copy color: '#D321ED'

red 211 ◦ green 33 ◦ blue 237

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

Shades of Psychedelic Purple #D321ED

Tints of Psychedelic Purple #D321ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.27%

R = 43.87%
G = 6.86%
B = 49.27%

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

#D321ED (or 0xD321ED) is known color: Psychedelic Purple. HEX triplet: D3, 21 and ED. RGB value is (211,33,237). Sum of RGB (Red+Green+Blue) = 211+33+237=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 33 (13.28% from 255 or 6.86% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #D321ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D321ED is #2CDE12. Grayscale: #6C6C6C. Windows color (decimal): -2940435 or 15540691. OLE color: 15540691.

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

Color convert

RGB 211 33 237 -
CMYK 0.11 0.86 0 0.07
HSL 292.35º 0.85% 0.53% -
HSV(B) 292.35º 0.86% 0.93% -
XYZ 42.69 21.05 81.93 -
YUV 109.48 199.97 200.41 -
System Red Green Blue C M Y K H S L
Decimal 211 33 237 0.11 0.86 0 0.07 292.35 0.85 0.53
Hex D3 21 ED B 56 0 7 124 55 35
Octal 323 41 355 13 126 0 7 444 125 65
Binary 11010011 100001 11101101 1011 1010110 0 111 100100100 1010101 110101

Color Harmonies of #D321ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D321ED

Black with #D321ED

Text Example


Text Example

White with #D321ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D321ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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