Html Css Color HEX #D61AEA Psychedelic Purple

📋 copy color: '#D61AEA'

red 214 ◦ green 26 ◦ blue 234

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

Shades of Psychedelic Purple #D61AEA

Tints of Psychedelic Purple #D61AEA

RGB

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

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

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

R = 45.15%
G = 5.49%
B = 49.37%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D61AEA (or 0xD61AEA) is known color: Psychedelic Purple. HEX triplet: D6, 1A and EA. RGB value is (214,26,234). Sum of RGB (Red+Green+Blue) = 214+26+234=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 26 (10.55% from 255 or 5.49% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #D61AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61AEA is #29E515. Grayscale: #696969. Windows color (decimal): -2745622 or 15342294. OLE color: 15342294.

HSL color Cylindrical-coordinate representation of color #D61AEA: hue angle of 294.23º 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 #D61AEA is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 26 234 -
CMYK 0.09 0.89 0 0.08
HSL 294.23º 0.83% 0.51% -
HSV(B) 294.23º 0.89% 0.92% -
XYZ 42.95 20.98 79.63 -
YUV 105.92 200.28 205.09 -
System Red Green Blue C M Y K H S L
Decimal 214 26 234 0.09 0.89 0 0.08 294.23 0.83 0.51
Hex D6 1A EA 9 59 0 8 126 53 33
Octal 326 32 352 11 131 0 10 446 123 63
Binary 11010110 11010 11101010 1001 1011001 0 1000 100100110 1010011 110011

Color Harmonies of #D61AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61AEA

Black with #D61AEA

Text Example


Text Example

White with #D61AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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