Html Css Color HEX #D331FA Psychedelic Purple

📋 copy color: '#D331FA'

red 211 ◦ green 49 ◦ blue 250

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

Shades of Psychedelic Purple #D331FA

Tints of Psychedelic Purple #D331FA

RGB

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

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

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

R = 41.37%
G = 9.61%
B = 49.02%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D331FA (or 0xD331FA) is known color: Psychedelic Purple. HEX triplet: D3, 31 and FA. RGB value is (211,49,250). Sum of RGB (Red+Green+Blue) = 211+49+250=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 49 (19.53% from 255 or 9.61% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #D331FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D331FA is #2CCE05. Grayscale: #777777. Windows color (decimal): -2936326 or 16396755. OLE color: 16396755.

HSL color Cylindrical-coordinate representation of color #D331FA: hue angle of 288.36º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D331FA is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 49 250 -
CMYK 0.16 0.80 0 0.02
HSL 288.36º 0.95% 0.59% -
HSV(B) 288.36º 0.8% 0.98% -
XYZ 45.22 22.95 92.49 -
YUV 120.35 201.17 192.66 -
System Red Green Blue C M Y K H S L
Decimal 211 49 250 0.16 0.80 0 0.02 288.36 0.95 0.59
Hex D3 31 FA 10 50 0 2 120 5F 3B
Octal 323 61 372 20 120 0 2 440 137 73
Binary 11010011 110001 11111010 10000 1010000 0 10 100100000 1011111 111011

Color Harmonies of #D331FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D331FA

Black with #D331FA

Text Example


Text Example

White with #D331FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D331FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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