Html Css Color HEX #D917F9 Psychedelic Purple

📋 copy color: '#D917F9'

red 217 ◦ green 23 ◦ blue 249

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

Shades of Psychedelic Purple #D917F9

Tints of Psychedelic Purple #D917F9

RGB

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

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

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

R = 44.38%
G = 4.7%
B = 50.92%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D917F9 (or 0xD917F9) is known color: Psychedelic Purple. HEX triplet: D9, 17 and F9. RGB value is (217,23,249). Sum of RGB (Red+Green+Blue) = 217+23+249=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 23 (9.38% from 255 or 4.70% from 489); Blue value is 249 (97.66% from 255 or 50.92% from 489); Max value from RGB is 249 - color contains mainly: blue. Hex color #D917F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D917F9 is #26E806. Grayscale: #6A6A6A. Windows color (decimal): -2549767 or 16324569. OLE color: 16324569.

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

Color convert

RGB 217 23 249 -
CMYK 0.13 0.91 0 0.02
HSL 291.5º 0.95% 0.53% -
HSV(B) 291.5º 0.91% 0.98% -
XYZ 46.02 22.2 91.48 -
YUV 106.77 208.27 206.62 -
System Red Green Blue C M Y K H S L
Decimal 217 23 249 0.13 0.91 0 0.02 291.5 0.95 0.53
Hex D9 17 F9 D 5B 0 2 124 5F 35
Octal 331 27 371 15 133 0 2 444 137 65
Binary 11011001 10111 11111001 1101 1011011 0 10 100100100 1011111 110101

Color Harmonies of #D917F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D917F9

Black with #D917F9

Text Example


Text Example

White with #D917F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D917F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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