Html Css Color HEX #D619FA Psychedelic Purple

📋 copy color: '#D619FA'

red 214 ◦ green 25 ◦ blue 250

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

Shades of Psychedelic Purple #D619FA

Tints of Psychedelic Purple #D619FA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.11%

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

R = 43.76%
G = 5.11%
B = 51.12%

CMYK

 C value IS 0.14

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D619FA (or 0xD619FA) is known color: Psychedelic Purple. HEX triplet: D6, 19 and FA. RGB value is (214,25,250). Sum of RGB (Red+Green+Blue) = 214+25+250=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 25 (10.16% from 255 or 5.11% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #D619FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D619FA is #29E605. Grayscale: #6A6A6A. Windows color (decimal): -2745862 or 16390614. OLE color: 16390614.

HSL color Cylindrical-coordinate representation of color #D619FA: hue angle of 290.4º 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 #D619FA is Cyan = 0.14, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 25 250 -
CMYK 0.14 0.9 0 0.02
HSL 290.4º 0.96% 0.54% -
HSV(B) 290.4º 0.9% 0.98% -
XYZ 45.33 21.89 92.28 -
YUV 107.16 208.62 204.2 -
System Red Green Blue C M Y K H S L
Decimal 214 25 250 0.14 0.9 0 0.02 290.4 0.96 0.54
Hex D6 19 FA E 5A 0 2 122 60 36
Octal 326 31 372 16 132 0 2 442 140 66
Binary 11010110 11001 11111010 1110 1011010 0 10 100100010 1100000 110110

Color Harmonies of #D619FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D619FA

Black with #D619FA

Text Example


Text Example

White with #D619FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D619FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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