Html Css Color HEX #D331FE Psychedelic Purple

📋 copy color: '#D331FE'

red 211 ◦ green 49 ◦ blue 254

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

Shades of Psychedelic Purple #D331FE

Tints of Psychedelic Purple #D331FE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.53%

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

R = 41.05%
G = 9.53%
B = 49.42%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D331FE (or 0xD331FE) is known color: Psychedelic Purple. HEX triplet: D3, 31 and FE. RGB value is (211,49,254). Sum of RGB (Red+Green+Blue) = 211+49+254=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 49 (19.53% from 255 or 9.53% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #D331FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D331FE is #2CCE01. Grayscale: #787878. Windows color (decimal): -2936322 or 16658899. OLE color: 16658899.

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

Color convert

RGB 211 49 254 -
CMYK 0.17 0.81 0 0.00
HSL 287.41º 0.99% 0.59% -
HSV(B) 287.41º 0.81% 1% -
XYZ 45.85 23.2 95.83 -
YUV 120.81 203.17 192.33 -
System Red Green Blue C M Y K H S L
Decimal 211 49 254 0.17 0.81 0 0.00 287.41 0.99 0.59
Hex D3 31 FE 11 51 0 0 11F 63 3B
Octal 323 61 376 21 121 0 0 437 143 73
Binary 11010011 110001 11111110 10001 1010001 0 0 100011111 1100011 111011

Color Harmonies of #D331FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D331FE

Black with #D331FE

Text Example


Text Example

White with #D331FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D331FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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