Html Css Color HEX #D404EB Psychedelic Purple

📋 copy color: '#D404EB'

red 212 ◦ green 4 ◦ blue 235

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

Shades of Psychedelic Purple #D404EB

Tints of Psychedelic Purple #D404EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.11%

R = 47.01%
G = 0.89%
B = 52.11%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D404EB (or 0xD404EB) is known color: Psychedelic Purple. HEX triplet: D4, 04 and EB. RGB value is (212,4,235). Sum of RGB (Red+Green+Blue) = 212+4+235=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 4 (1.95% from 255 or 0.89% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #D404EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D404EB is #2BFB14. Grayscale: #5B5B5B. Windows color (decimal): -2882325 or 15402196. OLE color: 15402196.

HSL color Cylindrical-coordinate representation of color #D404EB: hue angle of 294.03º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D404EB is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 4 235 -
CMYK 0.10 0.98 0 0.08
HSL 294.03º 0.97% 0.47% -
HSV(B) 294.03º 0.98% 0.92% -
XYZ 42.19 20.08 80.25 -
YUV 92.53 208.41 213.22 -
System Red Green Blue C M Y K H S L
Decimal 212 4 235 0.10 0.98 0 0.08 294.03 0.97 0.47
Hex D4 4 EB A 62 0 8 126 61 2F
Octal 324 4 353 12 142 0 10 446 141 57
Binary 11010100 100 11101011 1010 1100010 0 1000 100100110 1100001 101111

Color Harmonies of #D404EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D404EB

Black with #D404EB

Text Example


Text Example

White with #D404EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D404EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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