Html Css Color HEX #D917F6 Psychedelic Purple

📋 copy color: '#D917F6'

red 217 ◦ green 23 ◦ blue 246

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

Shades of Psychedelic Purple #D917F6

Tints of Psychedelic Purple #D917F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.62%

R = 44.65%
G = 4.73%
B = 50.62%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D917F6 (or 0xD917F6) is known color: Psychedelic Purple. HEX triplet: D9, 17 and F6. RGB value is (217,23,246). Sum of RGB (Red+Green+Blue) = 217+23+246=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 23 (9.38% from 255 or 4.73% from 486); Blue value is 246 (96.48% from 255 or 50.62% from 486); Max value from RGB is 246 - color contains mainly: blue. Hex color #D917F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D917F6 is #26E809. Grayscale: #696969. Windows color (decimal): -2549770 or 16127961. OLE color: 16127961.

HSL color Cylindrical-coordinate representation of color #D917F6: hue angle of 292.2º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D917F6 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 217 23 246 -
CMYK 0.12 0.91 0 0.04
HSL 292.2º 0.93% 0.53% -
HSV(B) 292.2º 0.91% 0.96% -
XYZ 45.56 22.02 89.04 -
YUV 106.43 206.77 206.87 -
System Red Green Blue C M Y K H S L
Decimal 217 23 246 0.12 0.91 0 0.04 292.2 0.93 0.53
Hex D9 17 F6 C 5B 0 4 124 5D 35
Octal 331 27 366 14 133 0 4 444 135 65
Binary 11011001 10111 11110110 1100 1011011 0 100 100100100 1011101 110101

Color Harmonies of #D917F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D917F6

Black with #D917F6

Text Example


Text Example

White with #D917F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D917F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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