Html Css Color HEX #D516FF Psychedelic Purple

📋 copy color: '#D516FF'

red 213 ◦ green 22 ◦ blue 255

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

Shades of Psychedelic Purple #D516FF

Tints of Psychedelic Purple #D516FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.04%

R = 43.47%
G = 4.49%
B = 52.04%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D516FF (or 0xD516FF) is known color: Psychedelic Purple. HEX triplet: D5, 16 and FF. RGB value is (213,22,255). Sum of RGB (Red+Green+Blue) = 213+22+255=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 22 (8.98% from 255 or 4.49% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #D516FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D516FF is #2AE900. Grayscale: #686868. Windows color (decimal): -2812161 or 16717525. OLE color: 16717525.

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

Color convert

RGB 213 22 255 -
CMYK 0.16 0.91 0 0
HSL 289.18º 1% 0.54% -
HSV(B) 289.18º 0.91% 1% -
XYZ 45.78 21.94 96.43 -
YUV 105.67 212.28 204.55 -
System Red Green Blue C M Y K H S L
Decimal 213 22 255 0.16 0.91 0 0 289.18 1 0.54
Hex D5 16 FF 10 5B 0 0 121 64 36
Octal 325 26 377 20 133 0 0 441 144 66
Binary 11010101 10110 11111111 10000 1011011 0 0 100100001 1100100 110110

Color Harmonies of #D516FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D516FF

Black with #D516FF

Text Example


Text Example

White with #D516FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D516FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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