Html Css Color HEX #D32FFE Psychedelic Purple

📋 copy color: '#D32FFE'

red 211 ◦ green 47 ◦ blue 254

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

Shades of Psychedelic Purple #D32FFE

Tints of Psychedelic Purple #D32FFE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.18%

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

R = 41.21%
G = 9.18%
B = 49.61%

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

#D32FFE (or 0xD32FFE) is known color: Psychedelic Purple. HEX triplet: D3, 2F and FE. RGB value is (211,47,254). Sum of RGB (Red+Green+Blue) = 211+47+254=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 47 (18.75% from 255 or 9.18% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #D32FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32FFE is #2CD001. Grayscale: #767676. Windows color (decimal): -2936834 or 16658387. OLE color: 16658387.

HSL color Cylindrical-coordinate representation of color #D32FFE: hue angle of 287.54º 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 #D32FFE is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 211 47 254 -
CMYK 0.17 0.81 0 0.00
HSL 287.54º 0.99% 0.59% -
HSV(B) 287.54º 0.81% 1% -
XYZ 45.77 23.04 95.8 -
YUV 119.63 203.83 193.17 -
System Red Green Blue C M Y K H S L
Decimal 211 47 254 0.17 0.81 0 0.00 287.54 0.99 0.59
Hex D3 2F FE 11 51 0 0 120 63 3B
Octal 323 57 376 21 121 0 0 440 143 73
Binary 11010011 101111 11111110 10001 1010001 0 0 100100000 1100011 111011

Color Harmonies of #D32FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32FFE

Black with #D32FFE

Text Example


Text Example

White with #D32FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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