Html Css Color HEX #D119FA Psychedelic Purple

📋 copy color: '#D119FA'

red 209 ◦ green 25 ◦ blue 250

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

Shades of Psychedelic Purple #D119FA

Tints of Psychedelic Purple #D119FA

RGB

 RED value IS 209 (82.03% from 255) = 43.18%

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

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

R = 43.18%
G = 5.17%
B = 51.65%

CMYK

 C value IS 0.16

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D119FA (or 0xD119FA) is known color: Psychedelic Purple. HEX triplet: D1, 19 and FA. RGB value is (209,25,250). Sum of RGB (Red+Green+Blue) = 209+25+250=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 25 (10.16% from 255 or 5.17% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #D119FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D119FA is #2EE605. Grayscale: #686868. Windows color (decimal): -3073542 or 16390609. OLE color: 16390609.

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

Color convert

RGB 209 25 250 -
CMYK 0.16 0.9 0 0.02
HSL 289.07º 0.96% 0.54% -
HSV(B) 289.07º 0.9% 0.98% -
XYZ 43.9 21.15 92.21 -
YUV 105.67 209.46 201.7 -
System Red Green Blue C M Y K H S L
Decimal 209 25 250 0.16 0.9 0 0.02 289.07 0.96 0.54
Hex D1 19 FA 10 5A 0 2 121 60 36
Octal 321 31 372 20 132 0 2 441 140 66
Binary 11010001 11001 11111010 10000 1011010 0 10 100100001 1100000 110110

Color Harmonies of #D119FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D119FA

Black with #D119FA

Text Example


Text Example

White with #D119FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D119FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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