Html Css Color HEX #D704FA Psychedelic Purple

📋 copy color: '#D704FA'

red 215 ◦ green 4 ◦ blue 250

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

Shades of Psychedelic Purple #D704FA

Tints of Psychedelic Purple #D704FA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.85%

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

R = 45.84%
G = 0.85%
B = 53.3%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D704FA (or 0xD704FA) is known color: Psychedelic Purple. HEX triplet: D7, 04 and FA. RGB value is (215,4,250). Sum of RGB (Red+Green+Blue) = 215+4+250=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 4 (1.95% from 255 or 0.85% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #D704FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D704FA is #28FB05. Grayscale: #5E5E5E. Windows color (decimal): -2685702 or 16385239. OLE color: 16385239.

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

Color convert

RGB 215 4 250 -
CMYK 0.14 0.98 0 0.02
HSL 291.46º 0.97% 0.5% -
HSV(B) 291.46º 0.98% 0.98% -
XYZ 45.32 21.44 92.19 -
YUV 95.13 215.4 213.5 -
System Red Green Blue C M Y K H S L
Decimal 215 4 250 0.14 0.98 0 0.02 291.46 0.97 0.5
Hex D7 4 FA E 62 0 2 123 61 32
Octal 327 4 372 16 142 0 2 443 141 62
Binary 11010111 100 11111010 1110 1100010 0 10 100100011 1100001 110010

Color Harmonies of #D704FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D704FA

Black with #D704FA

Text Example


Text Example

White with #D704FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D704FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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