Html Css Color HEX #D519F3 Psychedelic Purple

📋 copy color: '#D519F3'

red 213 ◦ green 25 ◦ blue 243

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

Shades of Psychedelic Purple #D519F3

Tints of Psychedelic Purple #D519F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 50.52%

R = 44.28%
G = 5.2%
B = 50.52%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D519F3 (or 0xD519F3) is known color: Psychedelic Purple. HEX triplet: D5, 19 and F3. RGB value is (213,25,243). Sum of RGB (Red+Green+Blue) = 213+25+243=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 25 (10.16% from 255 or 5.20% from 481); Blue value is 243 (95.31% from 255 or 50.52% from 481); Max value from RGB is 243 - color contains mainly: blue. Hex color #D519F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D519F3 is #2AE60C. Grayscale: #696969. Windows color (decimal): -2811405 or 15931861. OLE color: 15931861.

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

Color convert

RGB 213 25 243 -
CMYK 0.12 0.90 0 0.05
HSL 291.74º 0.9% 0.53% -
HSV(B) 291.74º 0.9% 0.95% -
XYZ 43.97 21.31 86.59 -
YUV 106.06 205.28 204.27 -
System Red Green Blue C M Y K H S L
Decimal 213 25 243 0.12 0.90 0 0.05 291.74 0.9 0.53
Hex D5 19 F3 C 5A 0 5 124 5A 35
Octal 325 31 363 14 132 0 5 444 132 65
Binary 11010101 11001 11110011 1100 1011010 0 101 100100100 1011010 110101

Color Harmonies of #D519F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D519F3

Black with #D519F3

Text Example


Text Example

White with #D519F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D519F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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