Html Css Color HEX #D804FA Psychedelic Purple

📋 copy color: '#D804FA'

red 216 ◦ green 4 ◦ blue 250

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

Shades of Psychedelic Purple #D804FA

Tints of Psychedelic Purple #D804FA

RGB

 RED value IS 216 (84.77% from 255) = 45.96%

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

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

R = 45.96%
G = 0.85%
B = 53.19%

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

#D804FA (or 0xD804FA) is known color: Psychedelic Purple. HEX triplet: D8, 04 and FA. RGB value is (216,4,250). Sum of RGB (Red+Green+Blue) = 216+4+250=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 4 (1.95% from 255 or 0.85% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #D804FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D804FA is #27FB05. Grayscale: #5E5E5E. Windows color (decimal): -2620166 or 16385240. OLE color: 16385240.

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

Color convert

RGB 216 4 250 -
CMYK 0.14 0.98 0 0.02
HSL 291.71º 0.97% 0.5% -
HSV(B) 291.71º 0.98% 0.98% -
XYZ 45.62 21.59 92.21 -
YUV 95.43 215.24 214 -
System Red Green Blue C M Y K H S L
Decimal 216 4 250 0.14 0.98 0 0.02 291.71 0.97 0.5
Hex D8 4 FA E 62 0 2 124 61 32
Octal 330 4 372 16 142 0 2 444 141 62
Binary 11011000 100 11111010 1110 1100010 0 10 100100100 1100001 110010

Color Harmonies of #D804FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D804FA

Black with #D804FA

Text Example


Text Example

White with #D804FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D804FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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