Html Css Color HEX #D61AED Psychedelic Purple

📋 copy color: '#D61AED'

red 214 ◦ green 26 ◦ blue 237

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

Shades of Psychedelic Purple #D61AED

Tints of Psychedelic Purple #D61AED

RGB

 RED value IS 214 (83.98% from 255) = 44.86%

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

 BLUE value IS 237 (92.97% from 255) = 49.69%

R = 44.86%
G = 5.45%
B = 49.69%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D61AED (or 0xD61AED) is known color: Psychedelic Purple. HEX triplet: D6, 1A and ED. RGB value is (214,26,237). Sum of RGB (Red+Green+Blue) = 214+26+237=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 26 (10.55% from 255 or 5.45% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #D61AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61AED is #29E512. Grayscale: #696969. Windows color (decimal): -2745619 or 15538902. OLE color: 15538902.

HSL color Cylindrical-coordinate representation of color #D61AED: hue angle of 293.46º degrees, saturation: 0.85, 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 #D61AED is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 26 237 -
CMYK 0.10 0.89 0 0.07
HSL 293.46º 0.85% 0.52% -
HSV(B) 293.46º 0.89% 0.93% -
XYZ 43.39 21.15 81.92 -
YUV 106.27 201.78 204.84 -
System Red Green Blue C M Y K H S L
Decimal 214 26 237 0.10 0.89 0 0.07 293.46 0.85 0.52
Hex D6 1A ED A 59 0 7 125 55 34
Octal 326 32 355 12 131 0 7 445 125 64
Binary 11010110 11010 11101101 1010 1011001 0 111 100100101 1010101 110100

Color Harmonies of #D61AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61AED

Black with #D61AED

Text Example


Text Example

White with #D61AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61AED; }

 p { color: rgb(214,26,237); }

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

background-color css

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

 a { background-color: rgb(214,26,237); }

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

border-color css

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

 span { border-color: rgb(214,26,237); }

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