Html Css Color HEX #D32FF2 Psychedelic Purple

📋 copy color: '#D32FF2'

red 211 ◦ green 47 ◦ blue 242

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

Shades of Psychedelic Purple #D32FF2

Tints of Psychedelic Purple #D32FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.4%

R = 42.2%
G = 9.4%
B = 48.4%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D32FF2 (or 0xD32FF2) is known color: Psychedelic Purple. HEX triplet: D3, 2F and F2. RGB value is (211,47,242). Sum of RGB (Red+Green+Blue) = 211+47+242=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 47 (18.75% from 255 or 9.4% from 500); Blue value is 242 (94.92% from 255 or 48.4% from 500); Max value from RGB is 242 - color contains mainly: blue. Hex color #D32FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32FF2 is #2CD00D. Grayscale: #757575. Windows color (decimal): -2936846 or 15871955. OLE color: 15871955.

HSL color Cylindrical-coordinate representation of color #D32FF2: hue angle of 290.46º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D32FF2 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 47 242 -
CMYK 0.13 0.81 0 0.05
HSL 290.46º 0.88% 0.57% -
HSV(B) 290.46º 0.81% 0.95% -
XYZ 43.91 22.29 85.99 -
YUV 118.27 197.83 194.14 -
System Red Green Blue C M Y K H S L
Decimal 211 47 242 0.13 0.81 0 0.05 290.46 0.88 0.57
Hex D3 2F F2 D 51 0 5 122 58 39
Octal 323 57 362 15 121 0 5 442 130 71
Binary 11010011 101111 11110010 1101 1010001 0 101 100100010 1011000 111001

Color Harmonies of #D32FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32FF2

Black with #D32FF2

Text Example


Text Example

White with #D32FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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