Html Css Color HEX #D917FE Psychedelic Purple

📋 copy color: '#D917FE'

red 217 ◦ green 23 ◦ blue 254

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

Shades of Psychedelic Purple #D917FE

Tints of Psychedelic Purple #D917FE

RGB

 RED value IS 217 (85.16% from 255) = 43.93%

 GREEN value IS 23 (9.38% from 255) = 4.66%

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

R = 43.93%
G = 4.66%
B = 51.42%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D917FE (or 0xD917FE) is known color: Psychedelic Purple. HEX triplet: D9, 17 and FE. RGB value is (217,23,254). Sum of RGB (Red+Green+Blue) = 217+23+254=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 23 (9.38% from 255 or 4.66% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #D917FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D917FE is #26E801. Grayscale: #6A6A6A. Windows color (decimal): -2549762 or 16652249. OLE color: 16652249.

HSL color Cylindrical-coordinate representation of color #D917FE: hue angle of 290.39º 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 #D917FE is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 217 23 254 -
CMYK 0.15 0.91 0 0.00
HSL 290.39º 0.99% 0.54% -
HSV(B) 290.39º 0.91% 1% -
XYZ 46.81 22.52 95.65 -
YUV 107.34 210.77 206.22 -
System Red Green Blue C M Y K H S L
Decimal 217 23 254 0.15 0.91 0 0.00 290.39 0.99 0.54
Hex D9 17 FE F 5B 0 0 122 63 36
Octal 331 27 376 17 133 0 0 442 143 66
Binary 11011001 10111 11111110 1111 1011011 0 0 100100010 1100011 110110

Color Harmonies of #D917FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D917FE

Black with #D917FE

Text Example


Text Example

White with #D917FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D917FE; }

 p { color: rgb(217,23,254); }

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

background-color css

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

 a { background-color: rgb(217,23,254); }

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

border-color css

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

 span { border-color: rgb(217,23,254); }

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