Html Css Color HEX #D518F9 Psychedelic Purple

📋 copy color: '#D518F9'

red 213 ◦ green 24 ◦ blue 249

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

Shades of Psychedelic Purple #D518F9

Tints of Psychedelic Purple #D518F9

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.94%

 BLUE value IS 249 (97.66% from 255) = 51.23%

R = 43.83%
G = 4.94%
B = 51.23%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D518F9 (or 0xD518F9) is known color: Psychedelic Purple. HEX triplet: D5, 18 and F9. RGB value is (213,24,249). Sum of RGB (Red+Green+Blue) = 213+24+249=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 24 (9.77% from 255 or 4.94% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #D518F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D518F9 is #2AE706. Grayscale: #696969. Windows color (decimal): -2811655 or 16324821. OLE color: 16324821.

HSL color Cylindrical-coordinate representation of color #D518F9: hue angle of 290.4º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D518F9 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 24 249 -
CMYK 0.14 0.90 0 0.02
HSL 290.4º 0.95% 0.54% -
HSV(B) 290.4º 0.9% 0.98% -
XYZ 44.87 21.64 91.43 -
YUV 106.16 208.62 204.2 -
System Red Green Blue C M Y K H S L
Decimal 213 24 249 0.14 0.90 0 0.02 290.4 0.95 0.54
Hex D5 18 F9 E 5A 0 2 122 5F 36
Octal 325 30 371 16 132 0 2 442 137 66
Binary 11010101 11000 11111001 1110 1011010 0 10 100100010 1011111 110110

Color Harmonies of #D518F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D518F9

Black with #D518F9

Text Example


Text Example

White with #D518F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D518F9; }

 p { color: rgb(213,24,249); }

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

background-color css

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

 a { background-color: rgb(213,24,249); }

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

border-color css

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

 span { border-color: rgb(213,24,249); }

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