Html Css Color HEX #D518FE Psychedelic Purple

📋 copy color: '#D518FE'

red 213 ◦ green 24 ◦ blue 254

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

Shades of Psychedelic Purple #D518FE

Tints of Psychedelic Purple #D518FE

RGB

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

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

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

R = 43.38%
G = 4.89%
B = 51.73%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D518FE (or 0xD518FE) is known color: Psychedelic Purple. HEX triplet: D5, 18 and FE. RGB value is (213,24,254). Sum of RGB (Red+Green+Blue) = 213+24+254=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 24 (9.77% from 255 or 4.89% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #D518FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D518FE is #2AE701. Grayscale: #6A6A6A. Windows color (decimal): -2811650 or 16652501. OLE color: 16652501.

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

Color convert

RGB 213 24 254 -
CMYK 0.16 0.91 0 0.00
HSL 289.3º 0.99% 0.55% -
HSV(B) 289.3º 0.91% 1% -
XYZ 45.66 21.96 95.6 -
YUV 106.73 211.12 203.8 -
System Red Green Blue C M Y K H S L
Decimal 213 24 254 0.16 0.91 0 0.00 289.3 0.99 0.55
Hex D5 18 FE 10 5B 0 0 121 63 37
Octal 325 30 376 20 133 0 0 441 143 67
Binary 11010101 11000 11111110 10000 1011011 0 0 100100001 1100011 110111

Color Harmonies of #D518FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D518FE

Black with #D518FE

Text Example


Text Example

White with #D518FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D518FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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