Html Css Color HEX #D516FA Psychedelic Purple

📋 copy color: '#D516FA'

red 213 ◦ green 22 ◦ blue 250

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

Shades of Psychedelic Purple #D516FA

Tints of Psychedelic Purple #D516FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.55%

R = 43.92%
G = 4.54%
B = 51.55%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D516FA (or 0xD516FA) is known color: Psychedelic Purple. HEX triplet: D5, 16 and FA. RGB value is (213,22,250). Sum of RGB (Red+Green+Blue) = 213+22+250=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 22 (8.98% from 255 or 4.54% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #D516FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D516FA is #2AE905. Grayscale: #686868. Windows color (decimal): -2812166 or 16389845. OLE color: 16389845.

HSL color Cylindrical-coordinate representation of color #D516FA: hue angle of 290.26º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D516FA is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 22 250 -
CMYK 0.15 0.91 0 0.02
HSL 290.26º 0.96% 0.53% -
HSV(B) 290.26º 0.91% 0.98% -
XYZ 44.98 21.62 92.25 -
YUV 105.1 209.78 204.96 -
System Red Green Blue C M Y K H S L
Decimal 213 22 250 0.15 0.91 0 0.02 290.26 0.96 0.53
Hex D5 16 FA F 5B 0 2 122 60 35
Octal 325 26 372 17 133 0 2 442 140 65
Binary 11010101 10110 11111010 1111 1011011 0 10 100100010 1100000 110101

Color Harmonies of #D516FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D516FA

Black with #D516FA

Text Example


Text Example

White with #D516FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D516FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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