Html Css Color HEX #D604FA Psychedelic Purple

📋 copy color: '#D604FA'

red 214 ◦ green 4 ◦ blue 250

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

Shades of Psychedelic Purple #D604FA

Tints of Psychedelic Purple #D604FA

RGB

 RED value IS 214 (83.98% from 255) = 45.73%

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

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

R = 45.73%
G = 0.85%
B = 53.42%

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

#D604FA (or 0xD604FA) is known color: Psychedelic Purple. HEX triplet: D6, 04 and FA. RGB value is (214,4,250). Sum of RGB (Red+Green+Blue) = 214+4+250=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 4 (1.95% from 255 or 0.85% 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 #D604FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D604FA is #29FB05. Grayscale: #5E5E5E. Windows color (decimal): -2751238 or 16385238. OLE color: 16385238.

HSL color Cylindrical-coordinate representation of color #D604FA: hue angle of 291.22º 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 #D604FA is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 4 250 -
CMYK 0.14 0.98 0 0.02
HSL 291.22º 0.97% 0.5% -
HSV(B) 291.22º 0.98% 0.98% -
XYZ 45.03 21.29 92.18 -
YUV 94.83 215.57 213 -
System Red Green Blue C M Y K H S L
Decimal 214 4 250 0.14 0.98 0 0.02 291.22 0.97 0.5
Hex D6 4 FA E 62 0 2 123 61 32
Octal 326 4 372 16 142 0 2 443 141 62
Binary 11010110 100 11111010 1110 1100010 0 10 100100011 1100001 110010

Color Harmonies of #D604FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D604FA

Black with #D604FA

Text Example


Text Example

White with #D604FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D604FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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