Html Css Color HEX #D719F5 Psychedelic Purple

📋 copy color: '#D719F5'

red 215 ◦ green 25 ◦ blue 245

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

Shades of Psychedelic Purple #D719F5

Tints of Psychedelic Purple #D719F5

RGB

 RED value IS 215 (84.38% from 255) = 44.33%

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

 BLUE value IS 245 (96.09% from 255) = 50.52%

R = 44.33%
G = 5.15%
B = 50.52%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D719F5 (or 0xD719F5) is known color: Psychedelic Purple. HEX triplet: D7, 19 and F5. RGB value is (215,25,245). Sum of RGB (Red+Green+Blue) = 215+25+245=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 25 (10.16% from 255 or 5.15% from 485); Blue value is 245 (96.09% from 255 or 50.52% from 485); Max value from RGB is 245 - color contains mainly: blue. Hex color #D719F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D719F5 is #28E60A. Grayscale: #6A6A6A. Windows color (decimal): -2680331 or 16062935. OLE color: 16062935.

HSL color Cylindrical-coordinate representation of color #D719F5: hue angle of 291.82º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D719F5 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 215 25 245 -
CMYK 0.12 0.90 0 0.04
HSL 291.82º 0.92% 0.53% -
HSV(B) 291.82º 0.9% 0.96% -
XYZ 44.85 21.73 88.22 -
YUV 106.89 205.95 205.11 -
System Red Green Blue C M Y K H S L
Decimal 215 25 245 0.12 0.90 0 0.04 291.82 0.92 0.53
Hex D7 19 F5 C 5A 0 4 124 5C 35
Octal 327 31 365 14 132 0 4 444 134 65
Binary 11010111 11001 11110101 1100 1011010 0 100 100100100 1011100 110101

Color Harmonies of #D719F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D719F5

Black with #D719F5

Text Example


Text Example

White with #D719F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D719F5; }

 p { color: rgb(215,25,245); }

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

background-color css

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

 a { background-color: rgb(215,25,245); }

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

border-color css

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

 span { border-color: rgb(215,25,245); }

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