Html Css Color HEX #D61AE5 Psychedelic Purple

📋 copy color: '#D61AE5'

red 214 ◦ green 26 ◦ blue 229

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

Shades of Psychedelic Purple #D61AE5

Tints of Psychedelic Purple #D61AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.83%

R = 45.63%
G = 5.54%
B = 48.83%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D61AE5 (or 0xD61AE5) is known color: Psychedelic Purple. HEX triplet: D6, 1A and E5. RGB value is (214,26,229). Sum of RGB (Red+Green+Blue) = 214+26+229=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 26 (10.55% from 255 or 5.54% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 229 - color contains mainly: blue. Hex color #D61AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61AE5 is #29E51A. Grayscale: #686868. Windows color (decimal): -2745627 or 15014614. OLE color: 15014614.

HSL color Cylindrical-coordinate representation of color #D61AE5: hue angle of 295.57º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61AE5 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 26 229 -
CMYK 0.07 0.89 0 0.10
HSL 295.57º 0.8% 0.5% -
HSV(B) 295.57º 0.89% 0.9% -
XYZ 42.24 20.69 75.9 -
YUV 105.35 197.78 205.49 -
System Red Green Blue C M Y K H S L
Decimal 214 26 229 0.07 0.89 0 0.10 295.57 0.8 0.5
Hex D6 1A E5 7 59 0 A 128 50 32
Octal 326 32 345 7 131 0 12 450 120 62
Binary 11010110 11010 11100101 111 1011001 0 1010 100101000 1010000 110010

Color Harmonies of #D61AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61AE5

Black with #D61AE5

Text Example


Text Example

White with #D61AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61AE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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