Html Css Color HEX #D32BF1 Psychedelic Purple

📋 copy color: '#D32BF1'

red 211 ◦ green 43 ◦ blue 241

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

Shades of Psychedelic Purple #D32BF1

Tints of Psychedelic Purple #D32BF1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.69%

 BLUE value IS 241 (94.53% from 255) = 48.69%

R = 42.63%
G = 8.69%
B = 48.69%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D32BF1 (or 0xD32BF1) is known color: Psychedelic Purple. HEX triplet: D3, 2B and F1. RGB value is (211,43,241). Sum of RGB (Red+Green+Blue) = 211+43+241=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 43 (17.19% from 255 or 8.69% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #D32BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32BF1 is #2CD40E. Grayscale: #737373. Windows color (decimal): -2937871 or 15805395. OLE color: 15805395.

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

Color convert

RGB 211 43 241 -
CMYK 0.12 0.82 0 0.05
HSL 290.91º 0.88% 0.56% -
HSV(B) 290.91º 0.82% 0.95% -
XYZ 43.61 21.93 85.15 -
YUV 115.8 198.66 195.9 -
System Red Green Blue C M Y K H S L
Decimal 211 43 241 0.12 0.82 0 0.05 290.91 0.88 0.56
Hex D3 2B F1 C 52 0 5 123 58 38
Octal 323 53 361 14 122 0 5 443 130 70
Binary 11010011 101011 11110001 1100 1010010 0 101 100100011 1011000 111000

Color Harmonies of #D32BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32BF1

Black with #D32BF1

Text Example


Text Example

White with #D32BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32BF1; }

 p { color: rgb(211,43,241); }

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

background-color css

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

 a { background-color: rgb(211,43,241); }

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

border-color css

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

 span { border-color: rgb(211,43,241); }

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