Html Css Color HEX #D519FD Psychedelic Purple

📋 copy color: '#D519FD'

red 213 ◦ green 25 ◦ blue 253

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

Shades of Psychedelic Purple #D519FD

Tints of Psychedelic Purple #D519FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.53%

R = 43.38%
G = 5.09%
B = 51.53%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D519FD (or 0xD519FD) is known color: Psychedelic Purple. HEX triplet: D5, 19 and FD. RGB value is (213,25,253). Sum of RGB (Red+Green+Blue) = 213+25+253=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 25 (10.16% from 255 or 5.09% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #D519FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D519FD is #2AE602. Grayscale: #6A6A6A. Windows color (decimal): -2811395 or 16587221. OLE color: 16587221.

HSL color Cylindrical-coordinate representation of color #D519FD: hue angle of 289.47º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D519FD is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 25 253 -
CMYK 0.16 0.90 0 0.01
HSL 289.47º 0.98% 0.55% -
HSV(B) 289.47º 0.9% 0.99% -
XYZ 45.52 21.93 94.76 -
YUV 107.2 210.28 203.46 -
System Red Green Blue C M Y K H S L
Decimal 213 25 253 0.16 0.90 0 0.01 289.47 0.98 0.55
Hex D5 19 FD 10 5A 0 1 121 62 37
Octal 325 31 375 20 132 0 1 441 142 67
Binary 11010101 11001 11111101 10000 1011010 0 1 100100001 1100010 110111

Color Harmonies of #D519FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D519FD

Black with #D519FD

Text Example


Text Example

White with #D519FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D519FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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