Html Css Color HEX #D516F9 Psychedelic Purple

📋 copy color: '#D516F9'

red 213 ◦ green 22 ◦ blue 249

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

Shades of Psychedelic Purple #D516F9

Tints of Psychedelic Purple #D516F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 51.45%

R = 44.01%
G = 4.55%
B = 51.45%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D516F9 (or 0xD516F9) is known color: Psychedelic Purple. HEX triplet: D5, 16 and F9. RGB value is (213,22,249). Sum of RGB (Red+Green+Blue) = 213+22+249=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 22 (8.98% from 255 or 4.55% from 484); Blue value is 249 (97.66% from 255 or 51.45% from 484); Max value from RGB is 249 - color contains mainly: blue. Hex color #D516F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D516F9 is #2AE906. Grayscale: #686868. Windows color (decimal): -2812167 or 16324309. OLE color: 16324309.

HSL color Cylindrical-coordinate representation of color #D516F9: hue angle of 290.48º degrees, saturation: 0.95, 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 #D516F9 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 22 249 -
CMYK 0.14 0.91 0 0.02
HSL 290.48º 0.95% 0.53% -
HSV(B) 290.48º 0.91% 0.98% -
XYZ 44.83 21.56 91.42 -
YUV 104.99 209.28 205.04 -
System Red Green Blue C M Y K H S L
Decimal 213 22 249 0.14 0.91 0 0.02 290.48 0.95 0.53
Hex D5 16 F9 E 5B 0 2 122 5F 35
Octal 325 26 371 16 133 0 2 442 137 65
Binary 11010101 10110 11111001 1110 1011011 0 10 100100010 1011111 110101

Color Harmonies of #D516F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D516F9

Black with #D516F9

Text Example


Text Example

White with #D516F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D516F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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