Html Css Color HEX #D618FA Psychedelic Purple

📋 copy color: '#D618FA'

red 214 ◦ green 24 ◦ blue 250

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

Shades of Psychedelic Purple #D618FA

Tints of Psychedelic Purple #D618FA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.92%

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

R = 43.85%
G = 4.92%
B = 51.23%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D618FA (or 0xD618FA) is known color: Psychedelic Purple. HEX triplet: D6, 18 and FA. RGB value is (214,24,250). Sum of RGB (Red+Green+Blue) = 214+24+250=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 24 (9.77% from 255 or 4.92% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #D618FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D618FA is #29E705. Grayscale: #696969. Windows color (decimal): -2746118 or 16390358. OLE color: 16390358.

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

Color convert

RGB 214 24 250 -
CMYK 0.14 0.90 0 0.02
HSL 290.44º 0.96% 0.54% -
HSV(B) 290.44º 0.9% 0.98% -
XYZ 45.31 21.85 92.27 -
YUV 106.57 208.95 204.62 -
System Red Green Blue C M Y K H S L
Decimal 214 24 250 0.14 0.90 0 0.02 290.44 0.96 0.54
Hex D6 18 FA E 5A 0 2 122 60 36
Octal 326 30 372 16 132 0 2 442 140 66
Binary 11010110 11000 11111010 1110 1011010 0 10 100100010 1100000 110110

Color Harmonies of #D618FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D618FA

Black with #D618FA

Text Example


Text Example

White with #D618FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D618FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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