Html Css Color HEX #D332FA Psychedelic Purple

📋 copy color: '#D332FA'

red 211 ◦ green 50 ◦ blue 250

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

Shades of Psychedelic Purple #D332FA

Tints of Psychedelic Purple #D332FA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.78%

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

R = 41.29%
G = 9.78%
B = 48.92%

CMYK

 C value IS 0.16

 M value IS 0.8

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D332FA (or 0xD332FA) is known color: Psychedelic Purple. HEX triplet: D3, 32 and FA. RGB value is (211,50,250). Sum of RGB (Red+Green+Blue) = 211+50+250=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 50 (19.92% from 255 or 9.78% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #D332FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D332FA is #2CCD05. Grayscale: #787878. Windows color (decimal): -2936070 or 16397011. OLE color: 16397011.

HSL color Cylindrical-coordinate representation of color #D332FA: hue angle of 288.3º 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 #D332FA is Cyan = 0.16, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 50 250 -
CMYK 0.16 0.8 0 0.02
HSL 288.3º 0.95% 0.59% -
HSV(B) 288.3º 0.8% 0.98% -
XYZ 45.26 23.03 92.5 -
YUV 120.94 200.84 192.24 -
System Red Green Blue C M Y K H S L
Decimal 211 50 250 0.16 0.8 0 0.02 288.3 0.95 0.59
Hex D3 32 FA 10 50 0 2 120 5F 3B
Octal 323 62 372 20 120 0 2 440 137 73
Binary 11010011 110010 11111010 10000 1010000 0 10 100100000 1011111 111011

Color Harmonies of #D332FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D332FA

Black with #D332FA

Text Example


Text Example

White with #D332FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D332FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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