Html Css Color HEX #D32CF1 Psychedelic Purple

📋 copy color: '#D32CF1'

red 211 ◦ green 44 ◦ blue 241

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

Shades of Psychedelic Purple #D32CF1

Tints of Psychedelic Purple #D32CF1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.87%

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

R = 42.54%
G = 8.87%
B = 48.59%

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

#D32CF1 (or 0xD32CF1) is known color: Psychedelic Purple. HEX triplet: D3, 2C and F1. RGB value is (211,44,241). Sum of RGB (Red+Green+Blue) = 211+44+241=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 44 (17.58% from 255 or 8.87% from 496); Blue value is 241 (94.53% from 255 or 48.59% from 496); Max value from RGB is 241 - color contains mainly: blue. Hex color #D32CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32CF1 is #2CD30E. Grayscale: #737373. Windows color (decimal): -2937615 or 15805651. OLE color: 15805651.

HSL color Cylindrical-coordinate representation of color #D32CF1: hue angle of 290.86º 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 #D32CF1 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 44 241 -
CMYK 0.12 0.82 0 0.05
HSL 290.86º 0.88% 0.56% -
HSV(B) 290.86º 0.82% 0.95% -
XYZ 43.64 22 85.17 -
YUV 116.39 198.33 195.48 -
System Red Green Blue C M Y K H S L
Decimal 211 44 241 0.12 0.82 0 0.05 290.86 0.88 0.56
Hex D3 2C F1 C 52 0 5 123 58 38
Octal 323 54 361 14 122 0 5 443 130 70
Binary 11010011 101100 11110001 1100 1010010 0 101 100100011 1011000 111000

Color Harmonies of #D32CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32CF1

Black with #D32CF1

Text Example


Text Example

White with #D32CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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