Html Css Color HEX #D32FEE Psychedelic Purple

📋 copy color: '#D32FEE'

red 211 ◦ green 47 ◦ blue 238

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

Shades of Psychedelic Purple #D32FEE

Tints of Psychedelic Purple #D32FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.98%

R = 42.54%
G = 9.48%
B = 47.98%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D32FEE (or 0xD32FEE) is known color: Psychedelic Purple. HEX triplet: D3, 2F and EE. RGB value is (211,47,238). Sum of RGB (Red+Green+Blue) = 211+47+238=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 47 (18.75% from 255 or 9.48% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #D32FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32FEE is #2CD011. Grayscale: #757575. Windows color (decimal): -2936850 or 15609811. OLE color: 15609811.

HSL color Cylindrical-coordinate representation of color #D32FEE: hue angle of 291.52º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D32FEE is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 47 238 -
CMYK 0.11 0.80 0 0.07
HSL 291.52º 0.85% 0.56% -
HSV(B) 291.52º 0.8% 0.93% -
XYZ 43.31 22.05 82.86 -
YUV 117.81 195.83 194.47 -
System Red Green Blue C M Y K H S L
Decimal 211 47 238 0.11 0.80 0 0.07 291.52 0.85 0.56
Hex D3 2F EE B 50 0 7 124 55 38
Octal 323 57 356 13 120 0 7 444 125 70
Binary 11010011 101111 11101110 1011 1010000 0 111 100100100 1010101 111000

Color Harmonies of #D32FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32FEE

Black with #D32FEE

Text Example


Text Example

White with #D32FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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