Html Css Color HEX #D703FA Psychedelic Purple

📋 copy color: '#D703FA'

red 215 ◦ green 3 ◦ blue 250

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

Shades of Psychedelic Purple #D703FA

Tints of Psychedelic Purple #D703FA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.64%

 BLUE value IS 250 (98.05% from 255) = 53.42%

R = 45.94%
G = 0.64%
B = 53.42%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D703FA (or 0xD703FA) is known color: Psychedelic Purple. HEX triplet: D7, 03 and FA. RGB value is (215,3,250). Sum of RGB (Red+Green+Blue) = 215+3+250=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 3 (1.56% from 255 or 0.64% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #D703FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D703FA is #28FC05. Grayscale: #5D5D5D. Windows color (decimal): -2685958 or 16384983. OLE color: 16384983.

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

Color convert

RGB 215 3 250 -
CMYK 0.14 0.99 0 0.02
HSL 291.5º 0.98% 0.5% -
HSV(B) 291.5º 0.99% 0.98% -
XYZ 45.31 21.41 92.19 -
YUV 94.55 215.74 213.92 -
System Red Green Blue C M Y K H S L
Decimal 215 3 250 0.14 0.99 0 0.02 291.5 0.98 0.5
Hex D7 3 FA E 63 0 2 123 62 32
Octal 327 3 372 16 143 0 2 443 142 62
Binary 11010111 11 11111010 1110 1100011 0 10 100100011 1100010 110010

Color Harmonies of #D703FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D703FA

Black with #D703FA

Text Example


Text Example

White with #D703FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D703FA; }

 p { color: rgb(215,3,250); }

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

background-color css

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

 a { background-color: rgb(215,3,250); }

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

border-color css

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

 span { border-color: rgb(215,3,250); }

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