Html Css Color HEX #D930F8 Psychedelic Purple

📋 copy color: '#D930F8'

red 217 ◦ green 48 ◦ blue 248

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

Shades of Psychedelic Purple #D930F8

Tints of Psychedelic Purple #D930F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 48.34%

R = 42.3%
G = 9.36%
B = 48.34%

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

#D930F8 (or 0xD930F8) is known color: Psychedelic Purple. HEX triplet: D9, 30 and F8. RGB value is (217,48,248). Sum of RGB (Red+Green+Blue) = 217+48+248=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 48 (19.14% from 255 or 9.36% from 513); Blue value is 248 (97.27% from 255 or 48.34% from 513); Max value from RGB is 248 - color contains mainly: blue. Hex color #D930F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D930F8 is #26CF07. Grayscale: #787878. Windows color (decimal): -2543368 or 16265433. OLE color: 16265433.

HSL color Cylindrical-coordinate representation of color #D930F8: hue angle of 290.7º 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 #D930F8 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 217 48 248 -
CMYK 0.12 0.81 0 0.03
HSL 290.7º 0.93% 0.58% -
HSV(B) 290.7º 0.81% 0.97% -
XYZ 46.62 23.64 90.91 -
YUV 121.33 199.49 196.24 -
System Red Green Blue C M Y K H S L
Decimal 217 48 248 0.12 0.81 0 0.03 290.7 0.93 0.58
Hex D9 30 F8 C 51 0 3 123 5D 3A
Octal 331 60 370 14 121 0 3 443 135 72
Binary 11011001 110000 11111000 1100 1010001 0 11 100100011 1011101 111010

Color Harmonies of #D930F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D930F8

Black with #D930F8

Text Example


Text Example

White with #D930F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D930F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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