Html Css Color HEX #D730F9 Psychedelic Purple

📋 copy color: '#D730F9'

red 215 ◦ green 48 ◦ blue 249

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

Shades of Psychedelic Purple #D730F9

Tints of Psychedelic Purple #D730F9

RGB

 RED value IS 215 (84.38% from 255) = 41.99%

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

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

R = 41.99%
G = 9.38%
B = 48.63%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D730F9 (or 0xD730F9) is known color: Psychedelic Purple. HEX triplet: D7, 30 and F9. RGB value is (215,48,249). Sum of RGB (Red+Green+Blue) = 215+48+249=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 48 (19.14% from 255 or 9.38% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #D730F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D730F9 is #28CF06. Grayscale: #787878. Windows color (decimal): -2674439 or 16330967. OLE color: 16330967.

HSL color Cylindrical-coordinate representation of color #D730F9: hue angle of 289.85º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D730F9 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 48 249 -
CMYK 0.14 0.81 0 0.02
HSL 289.85º 0.94% 0.58% -
HSV(B) 289.85º 0.81% 0.98% -
XYZ 46.18 23.4 91.71 -
YUV 120.85 200.33 195.16 -
System Red Green Blue C M Y K H S L
Decimal 215 48 249 0.14 0.81 0 0.02 289.85 0.94 0.58
Hex D7 30 F9 E 51 0 2 122 5E 3A
Octal 327 60 371 16 121 0 2 442 136 72
Binary 11010111 110000 11111001 1110 1010001 0 10 100100010 1011110 111010

Color Harmonies of #D730F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D730F9

Black with #D730F9

Text Example


Text Example

White with #D730F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D730F9; }

 p { color: rgb(215,48,249); }

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

background-color css

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

 a { background-color: rgb(215,48,249); }

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

border-color css

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

 span { border-color: rgb(215,48,249); }

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