Html Css Color HEX #D604F8 Psychedelic Purple

📋 copy color: '#D604F8'

red 214 ◦ green 4 ◦ blue 248

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

Shades of Psychedelic Purple #D604F8

Tints of Psychedelic Purple #D604F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 53.22%

R = 45.92%
G = 0.86%
B = 53.22%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D604F8 (or 0xD604F8) is known color: Psychedelic Purple. HEX triplet: D6, 04 and F8. RGB value is (214,4,248). Sum of RGB (Red+Green+Blue) = 214+4+248=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 4 (1.95% from 255 or 0.86% from 466); Blue value is 248 (97.27% from 255 or 53.22% from 466); Max value from RGB is 248 - color contains mainly: blue. Hex color #D604F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D604F8 is #29FB07. Grayscale: #5D5D5D. Windows color (decimal): -2751240 or 16254166. OLE color: 16254166.

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

Color convert

RGB 214 4 248 -
CMYK 0.14 0.98 0 0.03
HSL 291.64º 0.97% 0.49% -
HSV(B) 291.64º 0.98% 0.97% -
XYZ 44.72 21.16 90.53 -
YUV 94.61 214.57 213.16 -
System Red Green Blue C M Y K H S L
Decimal 214 4 248 0.14 0.98 0 0.03 291.64 0.97 0.49
Hex D6 4 F8 E 62 0 3 124 61 31
Octal 326 4 370 16 142 0 3 444 141 61
Binary 11010110 100 11111000 1110 1100010 0 11 100100100 1100001 110001

Color Harmonies of #D604F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D604F8

Black with #D604F8

Text Example


Text Example

White with #D604F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D604F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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