Html Css Color HEX #D404FB Psychedelic Purple

📋 copy color: '#D404FB'

red 212 ◦ green 4 ◦ blue 251

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

Shades of Psychedelic Purple #D404FB

Tints of Psychedelic Purple #D404FB

RGB

 RED value IS 212 (83.2% from 255) = 45.4%

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

 BLUE value IS 251 (98.44% from 255) = 53.75%

R = 45.4%
G = 0.86%
B = 53.75%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D404FB (or 0xD404FB) is known color: Psychedelic Purple. HEX triplet: D4, 04 and FB. RGB value is (212,4,251). Sum of RGB (Red+Green+Blue) = 212+4+251=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 4 (1.95% from 255 or 0.86% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #D404FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D404FB is #2BFB04. Grayscale: #5D5D5D. Windows color (decimal): -2882309 or 16450772. OLE color: 16450772.

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

Color convert

RGB 212 4 251 -
CMYK 0.16 0.98 0 0.02
HSL 290.53º 0.97% 0.5% -
HSV(B) 290.53º 0.98% 0.98% -
XYZ 44.61 21.05 92.98 -
YUV 94.35 216.41 211.92 -
System Red Green Blue C M Y K H S L
Decimal 212 4 251 0.16 0.98 0 0.02 290.53 0.97 0.5
Hex D4 4 FB 10 62 0 2 123 61 32
Octal 324 4 373 20 142 0 2 443 141 62
Binary 11010100 100 11111011 10000 1100010 0 10 100100011 1100001 110010

Color Harmonies of #D404FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D404FB

Black with #D404FB

Text Example


Text Example

White with #D404FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D404FB; }

 p { color: rgb(212,4,251); }

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

background-color css

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

 a { background-color: rgb(212,4,251); }

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

border-color css

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

 span { border-color: rgb(212,4,251); }

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