Html Css Color HEX #D321FA Psychedelic Purple

📋 copy color: '#D321FA'

red 211 ◦ green 33 ◦ blue 250

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

Shades of Psychedelic Purple #D321FA

Tints of Psychedelic Purple #D321FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.61%

R = 42.71%
G = 6.68%
B = 50.61%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D321FA (or 0xD321FA) is known color: Psychedelic Purple. HEX triplet: D3, 21 and FA. RGB value is (211,33,250). Sum of RGB (Red+Green+Blue) = 211+33+250=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 33 (13.28% from 255 or 6.68% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #D321FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D321FA is #2CDE05. Grayscale: #6E6E6E. Windows color (decimal): -2940422 or 16392659. OLE color: 16392659.

HSL color Cylindrical-coordinate representation of color #D321FA: hue angle of 289.22º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D321FA is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 33 250 -
CMYK 0.16 0.87 0 0.02
HSL 289.22º 0.96% 0.55% -
HSV(B) 289.22º 0.87% 0.98% -
XYZ 44.66 21.84 92.3 -
YUV 110.96 206.47 199.36 -
System Red Green Blue C M Y K H S L
Decimal 211 33 250 0.16 0.87 0 0.02 289.22 0.96 0.55
Hex D3 21 FA 10 57 0 2 121 60 37
Octal 323 41 372 20 127 0 2 441 140 67
Binary 11010011 100001 11111010 10000 1010111 0 10 100100001 1100000 110111

Color Harmonies of #D321FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D321FA

Black with #D321FA

Text Example


Text Example

White with #D321FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D321FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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