Html Css Color HEX #D604FD Psychedelic Purple

📋 copy color: '#D604FD'

red 214 ◦ green 4 ◦ blue 253

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

Shades of Psychedelic Purple #D604FD

Tints of Psychedelic Purple #D604FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.72%

R = 45.44%
G = 0.85%
B = 53.72%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D604FD (or 0xD604FD) is known color: Psychedelic Purple. HEX triplet: D6, 04 and FD. RGB value is (214,4,253). Sum of RGB (Red+Green+Blue) = 214+4+253=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 4 (1.95% from 255 or 0.85% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #D604FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D604FD is #29FB02. Grayscale: #5E5E5E. Windows color (decimal): -2751235 or 16581846. OLE color: 16581846.

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

Color convert

RGB 214 4 253 -
CMYK 0.15 0.98 0 0.01
HSL 290.6º 0.98% 0.5% -
HSV(B) 290.6º 0.98% 0.99% -
XYZ 45.5 21.47 94.68 -
YUV 95.18 217.07 212.75 -
System Red Green Blue C M Y K H S L
Decimal 214 4 253 0.15 0.98 0 0.01 290.6 0.98 0.5
Hex D6 4 FD F 62 0 1 123 62 32
Octal 326 4 375 17 142 0 1 443 142 62
Binary 11010110 100 11111101 1111 1100010 0 1 100100011 1100010 110010

Color Harmonies of #D604FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D604FD

Black with #D604FD

Text Example


Text Example

White with #D604FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D604FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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