Html Css Color HEX #D31AEE Psychedelic Purple

📋 copy color: '#D31AEE'

red 211 ◦ green 26 ◦ blue 238

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

Shades of Psychedelic Purple #D31AEE

Tints of Psychedelic Purple #D31AEE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.47%

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

R = 44.42%
G = 5.47%
B = 50.11%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D31AEE (or 0xD31AEE) is known color: Psychedelic Purple. HEX triplet: D3, 1A and EE. RGB value is (211,26,238). Sum of RGB (Red+Green+Blue) = 211+26+238=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 26 (10.55% from 255 or 5.47% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #D31AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31AEE is #2CE511. Grayscale: #686868. Windows color (decimal): -2942226 or 15604435. OLE color: 15604435.

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

Color convert

RGB 211 26 238 -
CMYK 0.11 0.89 0 0.07
HSL 292.36º 0.86% 0.52% -
HSV(B) 292.36º 0.89% 0.93% -
XYZ 42.67 20.76 82.65 -
YUV 105.48 202.79 203.26 -
System Red Green Blue C M Y K H S L
Decimal 211 26 238 0.11 0.89 0 0.07 292.36 0.86 0.52
Hex D3 1A EE B 59 0 7 124 56 34
Octal 323 32 356 13 131 0 7 444 126 64
Binary 11010011 11010 11101110 1011 1011001 0 111 100100100 1010110 110100

Color Harmonies of #D31AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31AEE

Black with #D31AEE

Text Example


Text Example

White with #D31AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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