Html Css Color HEX #D519FE Psychedelic Purple

📋 copy color: '#D519FE'

red 213 ◦ green 25 ◦ blue 254

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

Shades of Psychedelic Purple #D519FE

Tints of Psychedelic Purple #D519FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.63%

R = 43.29%
G = 5.08%
B = 51.63%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D519FE (or 0xD519FE) is known color: Psychedelic Purple. HEX triplet: D5, 19 and FE. RGB value is (213,25,254). Sum of RGB (Red+Green+Blue) = 213+25+254=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 25 (10.16% from 255 or 5.08% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #D519FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D519FE is #2AE601. Grayscale: #6A6A6A. Windows color (decimal): -2811394 or 16652757. OLE color: 16652757.

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

Color convert

RGB 213 25 254 -
CMYK 0.16 0.90 0 0.00
HSL 289.26º 0.99% 0.55% -
HSV(B) 289.26º 0.9% 1% -
XYZ 45.68 22 95.6 -
YUV 107.32 210.78 203.38 -
System Red Green Blue C M Y K H S L
Decimal 213 25 254 0.16 0.90 0 0.00 289.26 0.99 0.55
Hex D5 19 FE 10 5A 0 0 121 63 37
Octal 325 31 376 20 132 0 0 441 143 67
Binary 11010101 11001 11111110 10000 1011010 0 0 100100001 1100011 110111

Color Harmonies of #D519FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D519FE

Black with #D519FE

Text Example


Text Example

White with #D519FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D519FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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