Html Css Color HEX #D319F9 Psychedelic Purple

📋 copy color: '#D319F9'

red 211 ◦ green 25 ◦ blue 249

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

Shades of Psychedelic Purple #D319F9

Tints of Psychedelic Purple #D319F9

RGB

 RED value IS 211 (82.81% from 255) = 43.51%

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

 BLUE value IS 249 (97.66% from 255) = 51.34%

R = 43.51%
G = 5.15%
B = 51.34%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D319F9 (or 0xD319F9) is known color: Psychedelic Purple. HEX triplet: D3, 19 and F9. RGB value is (211,25,249). Sum of RGB (Red+Green+Blue) = 211+25+249=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 25 (10.16% from 255 or 5.15% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #D319F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D319F9 is #2CE606. Grayscale: #696969. Windows color (decimal): -2942471 or 16325075. OLE color: 16325075.

HSL color Cylindrical-coordinate representation of color #D319F9: hue angle of 289.82º degrees, saturation: 0.95, 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 #D319F9 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 25 249 -
CMYK 0.15 0.90 0 0.02
HSL 289.82º 0.95% 0.54% -
HSV(B) 289.82º 0.9% 0.98% -
XYZ 44.31 21.38 91.41 -
YUV 106.15 208.62 202.79 -
System Red Green Blue C M Y K H S L
Decimal 211 25 249 0.15 0.90 0 0.02 289.82 0.95 0.54
Hex D3 19 F9 F 5A 0 2 122 5F 36
Octal 323 31 371 17 132 0 2 442 137 66
Binary 11010011 11001 11111001 1111 1011010 0 10 100100010 1011111 110110

Color Harmonies of #D319F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D319F9

Black with #D319F9

Text Example


Text Example

White with #D319F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D319F9; }

 p { color: rgb(211,25,249); }

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

background-color css

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

 a { background-color: rgb(211,25,249); }

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

border-color css

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

 span { border-color: rgb(211,25,249); }

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