Html Css Color HEX #D404FD Psychedelic Purple

📋 copy color: '#D404FD'

red 212 ◦ green 4 ◦ blue 253

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

Shades of Psychedelic Purple #D404FD

Tints of Psychedelic Purple #D404FD

RGB

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

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

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

R = 45.2%
G = 0.85%
B = 53.94%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D404FD (or 0xD404FD) is known color: Psychedelic Purple. HEX triplet: D4, 04 and FD. RGB value is (212,4,253). Sum of RGB (Red+Green+Blue) = 212+4+253=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 4 (1.95% from 255 or 0.85% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #D404FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D404FD is #2BFB02. Grayscale: #5D5D5D. Windows color (decimal): -2882307 or 16581844. OLE color: 16581844.

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

Color convert

RGB 212 4 253 -
CMYK 0.16 0.98 0 0.01
HSL 290.12º 0.98% 0.5% -
HSV(B) 290.12º 0.98% 0.99% -
XYZ 44.92 21.18 94.65 -
YUV 94.58 217.41 211.75 -
System Red Green Blue C M Y K H S L
Decimal 212 4 253 0.16 0.98 0 0.01 290.12 0.98 0.5
Hex D4 4 FD 10 62 0 1 122 62 32
Octal 324 4 375 20 142 0 1 442 142 62
Binary 11010100 100 11111101 10000 1100010 0 1 100100010 1100010 110010

Color Harmonies of #D404FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D404FD

Black with #D404FD

Text Example


Text Example

White with #D404FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D404FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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