Html Css Color HEX #D917FC Psychedelic Purple

📋 copy color: '#D917FC'

red 217 ◦ green 23 ◦ blue 252

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

Shades of Psychedelic Purple #D917FC

Tints of Psychedelic Purple #D917FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.22%

R = 44.11%
G = 4.67%
B = 51.22%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D917FC (or 0xD917FC) is known color: Psychedelic Purple. HEX triplet: D9, 17 and FC. RGB value is (217,23,252). Sum of RGB (Red+Green+Blue) = 217+23+252=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 23 (9.38% from 255 or 4.67% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #D917FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D917FC is #26E803. Grayscale: #6A6A6A. Windows color (decimal): -2549764 or 16521177. OLE color: 16521177.

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

Color convert

RGB 217 23 252 -
CMYK 0.14 0.91 0 0.01
HSL 290.83º 0.97% 0.54% -
HSV(B) 290.83º 0.91% 0.99% -
XYZ 46.49 22.39 93.97 -
YUV 107.11 209.77 206.38 -
System Red Green Blue C M Y K H S L
Decimal 217 23 252 0.14 0.91 0 0.01 290.83 0.97 0.54
Hex D9 17 FC E 5B 0 1 123 61 36
Octal 331 27 374 16 133 0 1 443 141 66
Binary 11011001 10111 11111100 1110 1011011 0 1 100100011 1100001 110110

Color Harmonies of #D917FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D917FC

Black with #D917FC

Text Example


Text Example

White with #D917FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D917FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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