Html Css Color HEX #D62AE5 Psychedelic Purple

📋 copy color: '#D62AE5'

red 214 ◦ green 42 ◦ blue 229

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

Shades of Psychedelic Purple #D62AE5

Tints of Psychedelic Purple #D62AE5

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.66%

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

R = 44.12%
G = 8.66%
B = 47.22%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D62AE5 (or 0xD62AE5) is known color: Psychedelic Purple. HEX triplet: D6, 2A and E5. RGB value is (214,42,229). Sum of RGB (Red+Green+Blue) = 214+42+229=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 42 (16.80% from 255 or 8.66% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #D62AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62AE5 is #29D51A. Grayscale: #727272. Windows color (decimal): -2741531 or 15018710. OLE color: 15018710.

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

Color convert

RGB 214 42 229 -
CMYK 0.07 0.82 0 0.10
HSL 295.19º 0.78% 0.53% -
HSV(B) 295.19º 0.82% 0.9% -
XYZ 42.7 21.61 76.05 -
YUV 114.75 192.48 198.79 -
System Red Green Blue C M Y K H S L
Decimal 214 42 229 0.07 0.82 0 0.10 295.19 0.78 0.53
Hex D6 2A E5 7 52 0 A 127 4E 35
Octal 326 52 345 7 122 0 12 447 116 65
Binary 11010110 101010 11100101 111 1010010 0 1010 100100111 1001110 110101

Color Harmonies of #D62AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62AE5

Black with #D62AE5

Text Example


Text Example

White with #D62AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62AE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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