Html Css Color HEX #D516FB Psychedelic Purple

📋 copy color: '#D516FB'

red 213 ◦ green 22 ◦ blue 251

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

Shades of Psychedelic Purple #D516FB

Tints of Psychedelic Purple #D516FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.65%

R = 43.83%
G = 4.53%
B = 51.65%

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

#D516FB (or 0xD516FB) is known color: Psychedelic Purple. HEX triplet: D5, 16 and FB. RGB value is (213,22,251). Sum of RGB (Red+Green+Blue) = 213+22+251=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 22 (8.98% from 255 or 4.53% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #D516FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D516FB is #2AE904. Grayscale: #686868. Windows color (decimal): -2812165 or 16455381. OLE color: 16455381.

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

Color convert

RGB 213 22 251 -
CMYK 0.15 0.91 0 0.02
HSL 290.04º 0.97% 0.54% -
HSV(B) 290.04º 0.91% 0.98% -
XYZ 45.14 21.68 93.07 -
YUV 105.22 210.28 204.88 -
System Red Green Blue C M Y K H S L
Decimal 213 22 251 0.15 0.91 0 0.02 290.04 0.97 0.54
Hex D5 16 FB F 5B 0 2 122 61 36
Octal 325 26 373 17 133 0 2 442 141 66
Binary 11010101 10110 11111011 1111 1011011 0 10 100100010 1100001 110110

Color Harmonies of #D516FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D516FB

Black with #D516FB

Text Example


Text Example

White with #D516FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D516FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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