Html Css Color HEX #D519FC Psychedelic Purple

📋 copy color: '#D519FC'

red 213 ◦ green 25 ◦ blue 252

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

Shades of Psychedelic Purple #D519FC

Tints of Psychedelic Purple #D519FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.43%

R = 43.47%
G = 5.1%
B = 51.43%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D519FC (or 0xD519FC) is known color: Psychedelic Purple. HEX triplet: D5, 19 and FC. RGB value is (213,25,252). Sum of RGB (Red+Green+Blue) = 213+25+252=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 25 (10.16% from 255 or 5.10% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #D519FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D519FC is #2AE603. Grayscale: #6A6A6A. Windows color (decimal): -2811396 or 16521685. OLE color: 16521685.

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

Color convert

RGB 213 25 252 -
CMYK 0.15 0.90 0 0.01
HSL 289.69º 0.97% 0.54% -
HSV(B) 289.69º 0.9% 0.99% -
XYZ 45.36 21.87 93.93 -
YUV 107.09 209.78 203.54 -
System Red Green Blue C M Y K H S L
Decimal 213 25 252 0.15 0.90 0 0.01 289.69 0.97 0.54
Hex D5 19 FC F 5A 0 1 122 61 36
Octal 325 31 374 17 132 0 1 442 141 66
Binary 11010101 11001 11111100 1111 1011010 0 1 100100010 1100001 110110

Color Harmonies of #D519FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D519FC

Black with #D519FC

Text Example


Text Example

White with #D519FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D519FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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