Html Css Color HEX #D332FE Psychedelic Purple

📋 copy color: '#D332FE'

red 211 ◦ green 50 ◦ blue 254

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

Shades of Psychedelic Purple #D332FE

Tints of Psychedelic Purple #D332FE

RGB

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

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

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

R = 40.97%
G = 9.71%
B = 49.32%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D332FE (or 0xD332FE) is known color: Psychedelic Purple. HEX triplet: D3, 32 and FE. RGB value is (211,50,254). Sum of RGB (Red+Green+Blue) = 211+50+254=515 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.97% from 515); Green value is 50 (19.92% from 255 or 9.71% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #D332FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D332FE is #2CCD01. Grayscale: #787878. Windows color (decimal): -2936066 or 16659155. OLE color: 16659155.

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

Color convert

RGB 211 50 254 -
CMYK 0.17 0.80 0 0.00
HSL 287.35º 0.99% 0.6% -
HSV(B) 287.35º 0.8% 1% -
XYZ 45.89 23.29 95.84 -
YUV 121.4 202.84 191.91 -
System Red Green Blue C M Y K H S L
Decimal 211 50 254 0.17 0.80 0 0.00 287.35 0.99 0.6
Hex D3 32 FE 11 50 0 0 11F 63 3C
Octal 323 62 376 21 120 0 0 437 143 74
Binary 11010011 110010 11111110 10001 1010000 0 0 100011111 1100011 111100

Color Harmonies of #D332FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D332FE

Black with #D332FE

Text Example


Text Example

White with #D332FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D332FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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