Html Css Color HEX #D32BF2 Psychedelic Purple

📋 copy color: '#D32BF2'

red 211 ◦ green 43 ◦ blue 242

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

Shades of Psychedelic Purple #D32BF2

Tints of Psychedelic Purple #D32BF2

RGB

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

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

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

R = 42.54%
G = 8.67%
B = 48.79%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D32BF2 (or 0xD32BF2) is known color: Psychedelic Purple. HEX triplet: D3, 2B and F2. RGB value is (211,43,242). Sum of RGB (Red+Green+Blue) = 211+43+242=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 43 (17.19% from 255 or 8.67% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #D32BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32BF2 is #2CD40D. Grayscale: #737373. Windows color (decimal): -2937870 or 15870931. OLE color: 15870931.

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

Color convert

RGB 211 43 242 -
CMYK 0.13 0.82 0 0.05
HSL 290.65º 0.88% 0.56% -
HSV(B) 290.65º 0.82% 0.95% -
XYZ 43.75 21.99 85.94 -
YUV 115.92 199.16 195.82 -
System Red Green Blue C M Y K H S L
Decimal 211 43 242 0.13 0.82 0 0.05 290.65 0.88 0.56
Hex D3 2B F2 D 52 0 5 123 58 38
Octal 323 53 362 15 122 0 5 443 130 70
Binary 11010011 101011 11110010 1101 1010010 0 101 100100011 1011000 111000

Color Harmonies of #D32BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32BF2

Black with #D32BF2

Text Example


Text Example

White with #D32BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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