Html Css Color HEX #D32BEE Psychedelic Purple

📋 copy color: '#D32BEE'

red 211 ◦ green 43 ◦ blue 238

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

Shades of Psychedelic Purple #D32BEE

Tints of Psychedelic Purple #D32BEE

RGB

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

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

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

R = 42.89%
G = 8.74%
B = 48.37%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D32BEE (or 0xD32BEE) is known color: Psychedelic Purple. HEX triplet: D3, 2B and EE. RGB value is (211,43,238). Sum of RGB (Red+Green+Blue) = 211+43+238=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 43 (17.19% from 255 or 8.74% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #D32BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32BEE is #2CD411. Grayscale: #727272. Windows color (decimal): -2937874 or 15608787. OLE color: 15608787.

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

Color convert

RGB 211 43 238 -
CMYK 0.11 0.82 0 0.07
HSL 291.69º 0.85% 0.55% -
HSV(B) 291.69º 0.82% 0.93% -
XYZ 43.16 21.75 82.81 -
YUV 115.46 197.16 196.14 -
System Red Green Blue C M Y K H S L
Decimal 211 43 238 0.11 0.82 0 0.07 291.69 0.85 0.55
Hex D3 2B EE B 52 0 7 124 55 37
Octal 323 53 356 13 122 0 7 444 125 67
Binary 11010011 101011 11101110 1011 1010010 0 111 100100100 1010101 110111

Color Harmonies of #D32BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32BEE

Black with #D32BEE

Text Example


Text Example

White with #D32BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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