Html Css Color HEX #D917FD Psychedelic Purple

📋 copy color: '#D917FD'

red 217 ◦ green 23 ◦ blue 253

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

Shades of Psychedelic Purple #D917FD

Tints of Psychedelic Purple #D917FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.32%

R = 44.02%
G = 4.67%
B = 51.32%

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

#D917FD (or 0xD917FD) is known color: Psychedelic Purple. HEX triplet: D9, 17 and FD. RGB value is (217,23,253). Sum of RGB (Red+Green+Blue) = 217+23+253=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 23 (9.38% from 255 or 4.67% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #D917FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D917FD is #26E802. Grayscale: #6A6A6A. Windows color (decimal): -2549763 or 16586713. OLE color: 16586713.

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

Color convert

RGB 217 23 253 -
CMYK 0.14 0.91 0 0.01
HSL 290.61º 0.98% 0.54% -
HSV(B) 290.61º 0.91% 0.99% -
XYZ 46.65 22.46 94.8 -
YUV 107.23 210.27 206.3 -
System Red Green Blue C M Y K H S L
Decimal 217 23 253 0.14 0.91 0 0.01 290.61 0.98 0.54
Hex D9 17 FD E 5B 0 1 123 62 36
Octal 331 27 375 16 133 0 1 443 142 66
Binary 11011001 10111 11111101 1110 1011011 0 1 100100011 1100010 110110

Color Harmonies of #D917FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D917FD

Black with #D917FD

Text Example


Text Example

White with #D917FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D917FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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