Html Css Color HEX #D61EFA Psychedelic Purple

📋 copy color: '#D61EFA'

red 214 ◦ green 30 ◦ blue 250

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

Shades of Psychedelic Purple #D61EFA

Tints of Psychedelic Purple #D61EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.07%

 BLUE value IS 250 (98.05% from 255) = 50.61%

R = 43.32%
G = 6.07%
B = 50.61%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D61EFA (or 0xD61EFA) is known color: Psychedelic Purple. HEX triplet: D6, 1E and FA. RGB value is (214,30,250). Sum of RGB (Red+Green+Blue) = 214+30+250=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 30 (12.11% from 255 or 6.07% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #D61EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61EFA is #29E105. Grayscale: #6D6D6D. Windows color (decimal): -2744582 or 16391894. OLE color: 16391894.

HSL color Cylindrical-coordinate representation of color #D61EFA: hue angle of 290.18º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61EFA is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 30 250 -
CMYK 0.14 0.88 0 0.02
HSL 290.18º 0.96% 0.55% -
HSV(B) 290.18º 0.88% 0.98% -
XYZ 45.45 22.13 92.32 -
YUV 110.1 206.96 202.11 -
System Red Green Blue C M Y K H S L
Decimal 214 30 250 0.14 0.88 0 0.02 290.18 0.96 0.55
Hex D6 1E FA E 58 0 2 122 60 37
Octal 326 36 372 16 130 0 2 442 140 67
Binary 11010110 11110 11111010 1110 1011000 0 10 100100010 1100000 110111

Color Harmonies of #D61EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61EFA

Black with #D61EFA

Text Example


Text Example

White with #D61EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61EFA; }

 p { color: rgb(214,30,250); }

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

background-color css

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

 a { background-color: rgb(214,30,250); }

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

border-color css

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

 span { border-color: rgb(214,30,250); }

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