Html Css Color HEX #D516FE Psychedelic Purple

📋 copy color: '#D516FE'

red 213 ◦ green 22 ◦ blue 254

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

Shades of Psychedelic Purple #D516FE

Tints of Psychedelic Purple #D516FE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.5%

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

R = 43.56%
G = 4.5%
B = 51.94%

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

#D516FE (or 0xD516FE) is known color: Psychedelic Purple. HEX triplet: D5, 16 and FE. RGB value is (213,22,254). Sum of RGB (Red+Green+Blue) = 213+22+254=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 22 (8.98% from 255 or 4.50% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #D516FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D516FE is #2AE901. Grayscale: #686868. Windows color (decimal): -2812162 or 16651989. OLE color: 16651989.

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

Color convert

RGB 213 22 254 -
CMYK 0.16 0.91 0 0.00
HSL 289.4º 0.99% 0.54% -
HSV(B) 289.4º 0.91% 1% -
XYZ 45.62 21.88 95.58 -
YUV 105.56 211.78 204.64 -
System Red Green Blue C M Y K H S L
Decimal 213 22 254 0.16 0.91 0 0.00 289.4 0.99 0.54
Hex D5 16 FE 10 5B 0 0 121 63 36
Octal 325 26 376 20 133 0 0 441 143 66
Binary 11010101 10110 11111110 10000 1011011 0 0 100100001 1100011 110110

Color Harmonies of #D516FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D516FE

Black with #D516FE

Text Example


Text Example

White with #D516FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D516FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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