Html Css Color HEX #D321FE Psychedelic Purple

📋 copy color: '#D321FE'

red 211 ◦ green 33 ◦ blue 254

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

Shades of Psychedelic Purple #D321FE

Tints of Psychedelic Purple #D321FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51%

R = 42.37%
G = 6.63%
B = 51%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D321FE (or 0xD321FE) is known color: Psychedelic Purple. HEX triplet: D3, 21 and FE. RGB value is (211,33,254). Sum of RGB (Red+Green+Blue) = 211+33+254=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 33 (13.28% from 255 or 6.63% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #D321FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D321FE is #2CDE01. Grayscale: #6E6E6E. Windows color (decimal): -2940418 or 16654803. OLE color: 16654803.

HSL color Cylindrical-coordinate representation of color #D321FE: hue angle of 288.33º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D321FE is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 211 33 254 -
CMYK 0.17 0.87 0 0.00
HSL 288.33º 0.99% 0.56% -
HSV(B) 288.33º 0.87% 1% -
XYZ 45.3 22.09 95.64 -
YUV 111.42 208.47 199.03 -
System Red Green Blue C M Y K H S L
Decimal 211 33 254 0.17 0.87 0 0.00 288.33 0.99 0.56
Hex D3 21 FE 11 57 0 0 120 63 38
Octal 323 41 376 21 127 0 0 440 143 70
Binary 11010011 100001 11111110 10001 1010111 0 0 100100000 1100011 111000

Color Harmonies of #D321FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D321FE

Black with #D321FE

Text Example


Text Example

White with #D321FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D321FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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