Html Css Color HEX #D32DF1 Psychedelic Purple

📋 copy color: '#D32DF1'

red 211 ◦ green 45 ◦ blue 241

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

Shades of Psychedelic Purple #D32DF1

Tints of Psychedelic Purple #D32DF1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.05%

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

R = 42.45%
G = 9.05%
B = 48.49%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D32DF1 (or 0xD32DF1) is known color: Psychedelic Purple. HEX triplet: D3, 2D and F1. RGB value is (211,45,241). Sum of RGB (Red+Green+Blue) = 211+45+241=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 45 (17.97% from 255 or 9.05% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #D32DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32DF1 is #2CD20E. Grayscale: #747474. Windows color (decimal): -2937359 or 15805907. OLE color: 15805907.

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

Color convert

RGB 211 45 241 -
CMYK 0.12 0.81 0 0.05
HSL 290.82º 0.88% 0.56% -
HSV(B) 290.82º 0.81% 0.95% -
XYZ 43.68 22.08 85.18 -
YUV 116.98 198 195.06 -
System Red Green Blue C M Y K H S L
Decimal 211 45 241 0.12 0.81 0 0.05 290.82 0.88 0.56
Hex D3 2D F1 C 51 0 5 123 58 38
Octal 323 55 361 14 121 0 5 443 130 70
Binary 11010011 101101 11110001 1100 1010001 0 101 100100011 1011000 111000

Color Harmonies of #D32DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32DF1

Black with #D32DF1

Text Example


Text Example

White with #D32DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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