Html Css Color HEX #D604FE Psychedelic Purple

📋 copy color: '#D604FE'

red 214 ◦ green 4 ◦ blue 254

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

Shades of Psychedelic Purple #D604FE

Tints of Psychedelic Purple #D604FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.81%

R = 45.34%
G = 0.85%
B = 53.81%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D604FE (or 0xD604FE) is known color: Psychedelic Purple. HEX triplet: D6, 04 and FE. RGB value is (214,4,254). Sum of RGB (Red+Green+Blue) = 214+4+254=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 4 (1.95% from 255 or 0.85% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #D604FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D604FE is #29FB01. Grayscale: #5E5E5E. Windows color (decimal): -2751234 or 16647382. OLE color: 16647382.

HSL color Cylindrical-coordinate representation of color #D604FE: hue angle of 290.4º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D604FE is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 214 4 254 -
CMYK 0.16 0.98 0 0.00
HSL 290.4º 0.99% 0.51% -
HSV(B) 290.4º 0.98% 1% -
XYZ 45.66 21.54 95.52 -
YUV 95.29 217.57 212.67 -
System Red Green Blue C M Y K H S L
Decimal 214 4 254 0.16 0.98 0 0.00 290.4 0.99 0.51
Hex D6 4 FE 10 62 0 0 122 63 33
Octal 326 4 376 20 142 0 0 442 143 63
Binary 11010110 100 11111110 10000 1100010 0 0 100100010 1100011 110011

Color Harmonies of #D604FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D604FE

Black with #D604FE

Text Example


Text Example

White with #D604FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D604FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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