Html Css Color HEX #D519F5 Psychedelic Purple

📋 copy color: '#D519F5'

red 213 ◦ green 25 ◦ blue 245

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

Shades of Psychedelic Purple #D519F5

Tints of Psychedelic Purple #D519F5

RGB

 RED value IS 213 (83.59% from 255) = 44.1%

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

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

R = 44.1%
G = 5.18%
B = 50.72%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D519F5 (or 0xD519F5) is known color: Psychedelic Purple. HEX triplet: D5, 19 and F5. RGB value is (213,25,245). Sum of RGB (Red+Green+Blue) = 213+25+245=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 25 (10.16% from 255 or 5.18% from 483); Blue value is 245 (96.09% from 255 or 50.72% from 483); Max value from RGB is 245 - color contains mainly: blue. Hex color #D519F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D519F5 is #2AE60A. Grayscale: #696969. Windows color (decimal): -2811403 or 16062933. OLE color: 16062933.

HSL color Cylindrical-coordinate representation of color #D519F5: hue angle of 291.27º 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 #D519F5 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 25 245 -
CMYK 0.13 0.90 0 0.04
HSL 291.27º 0.92% 0.53% -
HSV(B) 291.27º 0.9% 0.96% -
XYZ 44.27 21.43 88.19 -
YUV 106.29 206.28 204.11 -
System Red Green Blue C M Y K H S L
Decimal 213 25 245 0.13 0.90 0 0.04 291.27 0.92 0.53
Hex D5 19 F5 D 5A 0 4 123 5C 35
Octal 325 31 365 15 132 0 4 443 134 65
Binary 11010101 11001 11110101 1101 1011010 0 100 100100011 1011100 110101

Color Harmonies of #D519F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D519F5

Black with #D519F5

Text Example


Text Example

White with #D519F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D519F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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