Html Css Color HEX #D323FA Psychedelic Purple

📋 copy color: '#D323FA'

red 211 ◦ green 35 ◦ blue 250

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

Shades of Psychedelic Purple #D323FA

Tints of Psychedelic Purple #D323FA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.06%

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

R = 42.54%
G = 7.06%
B = 50.4%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D323FA (or 0xD323FA) is known color: Psychedelic Purple. HEX triplet: D3, 23 and FA. RGB value is (211,35,250). Sum of RGB (Red+Green+Blue) = 211+35+250=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 35 (14.06% from 255 or 7.06% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #D323FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D323FA is #2CDC05. Grayscale: #6F6F6F. Windows color (decimal): -2939910 or 16393171. OLE color: 16393171.

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

Color convert

RGB 211 35 250 -
CMYK 0.16 0.86 0 0.02
HSL 289.12º 0.96% 0.56% -
HSV(B) 289.12º 0.86% 0.98% -
XYZ 44.72 21.95 92.32 -
YUV 112.13 205.81 198.52 -
System Red Green Blue C M Y K H S L
Decimal 211 35 250 0.16 0.86 0 0.02 289.12 0.96 0.56
Hex D3 23 FA 10 56 0 2 121 60 38
Octal 323 43 372 20 126 0 2 441 140 70
Binary 11010011 100011 11111010 10000 1010110 0 10 100100001 1100000 111000

Color Harmonies of #D323FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D323FA

Black with #D323FA

Text Example


Text Example

White with #D323FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D323FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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