Html Css Color HEX #D31AEA Psychedelic Purple

📋 copy color: '#D31AEA'

red 211 ◦ green 26 ◦ blue 234

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

Shades of Psychedelic Purple #D31AEA

Tints of Psychedelic Purple #D31AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.68%

R = 44.8%
G = 5.52%
B = 49.68%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D31AEA (or 0xD31AEA) is known color: Psychedelic Purple. HEX triplet: D3, 1A and EA. RGB value is (211,26,234). Sum of RGB (Red+Green+Blue) = 211+26+234=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 26 (10.55% from 255 or 5.52% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #D31AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31AEA is #2CE515. Grayscale: #686868. Windows color (decimal): -2942230 or 15342291. OLE color: 15342291.

HSL color Cylindrical-coordinate representation of color #D31AEA: hue angle of 293.37º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D31AEA is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 26 234 -
CMYK 0.10 0.89 0 0.08
HSL 293.37º 0.83% 0.51% -
HSV(B) 293.37º 0.89% 0.92% -
XYZ 42.08 20.53 79.59 -
YUV 105.03 200.79 203.59 -
System Red Green Blue C M Y K H S L
Decimal 211 26 234 0.10 0.89 0 0.08 293.37 0.83 0.51
Hex D3 1A EA A 59 0 8 125 53 33
Octal 323 32 352 12 131 0 10 445 123 63
Binary 11010011 11010 11101010 1010 1011001 0 1000 100100101 1010011 110011

Color Harmonies of #D31AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31AEA

Black with #D31AEA

Text Example


Text Example

White with #D31AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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