Html Css Color HEX #D531EE Psychedelic Purple

📋 copy color: '#D531EE'

red 213 ◦ green 49 ◦ blue 238

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

Shades of Psychedelic Purple #D531EE

Tints of Psychedelic Purple #D531EE

RGB

 RED value IS 213 (83.59% from 255) = 42.6%

 GREEN value IS 49 (19.53% from 255) = 9.8%

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

R = 42.6%
G = 9.8%
B = 47.6%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D531EE (or 0xD531EE) is known color: Psychedelic Purple. HEX triplet: D5, 31 and EE. RGB value is (213,49,238). Sum of RGB (Red+Green+Blue) = 213+49+238=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 49 (19.53% from 255 or 9.8% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #D531EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D531EE is #2ACE11. Grayscale: #767676. Windows color (decimal): -2805266 or 15610325. OLE color: 15610325.

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

Color convert

RGB 213 49 238 -
CMYK 0.11 0.79 0 0.07
HSL 292.06º 0.85% 0.56% -
HSV(B) 292.06º 0.79% 0.93% -
XYZ 43.97 22.52 82.92 -
YUV 119.58 194.83 194.63 -
System Red Green Blue C M Y K H S L
Decimal 213 49 238 0.11 0.79 0 0.07 292.06 0.85 0.56
Hex D5 31 EE B 4F 0 7 124 55 38
Octal 325 61 356 13 117 0 7 444 125 70
Binary 11010101 110001 11101110 1011 1001111 0 111 100100100 1010101 111000

Color Harmonies of #D531EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D531EE

Black with #D531EE

Text Example


Text Example

White with #D531EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D531EE; }

 p { color: rgb(213,49,238); }

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

background-color css

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

 a { background-color: rgb(213,49,238); }

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

border-color css

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

 span { border-color: rgb(213,49,238); }

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