Html Css Color HEX #D930F7 Psychedelic Purple

📋 copy color: '#D930F7'

red 217 ◦ green 48 ◦ blue 247

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

Shades of Psychedelic Purple #D930F7

Tints of Psychedelic Purple #D930F7

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.38%

 BLUE value IS 247 (96.88% from 255) = 48.24%

R = 42.38%
G = 9.38%
B = 48.24%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D930F7 (or 0xD930F7) is known color: Psychedelic Purple. HEX triplet: D9, 30 and F7. RGB value is (217,48,247). Sum of RGB (Red+Green+Blue) = 217+48+247=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 48 (19.14% from 255 or 9.38% from 512); Blue value is 247 (96.88% from 255 or 48.24% from 512); Max value from RGB is 247 - color contains mainly: blue. Hex color #D930F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D930F7 is #26CF08. Grayscale: #787878. Windows color (decimal): -2543369 or 16199897. OLE color: 16199897.

HSL color Cylindrical-coordinate representation of color #D930F7: hue angle of 290.95º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D930F7 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 217 48 247 -
CMYK 0.12 0.81 0 0.03
HSL 290.95º 0.93% 0.58% -
HSV(B) 290.95º 0.81% 0.97% -
XYZ 46.46 23.58 90.1 -
YUV 121.22 198.99 196.32 -
System Red Green Blue C M Y K H S L
Decimal 217 48 247 0.12 0.81 0 0.03 290.95 0.93 0.58
Hex D9 30 F7 C 51 0 3 123 5D 3A
Octal 331 60 367 14 121 0 3 443 135 72
Binary 11011001 110000 11110111 1100 1010001 0 11 100100011 1011101 111010

Color Harmonies of #D930F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D930F7

Black with #D930F7

Text Example


Text Example

White with #D930F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D930F7; }

 p { color: rgb(217,48,247); }

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

background-color css

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

 a { background-color: rgb(217,48,247); }

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

border-color css

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

 span { border-color: rgb(217,48,247); }

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