Html Css Color HEX #D404EE Psychedelic Purple

📋 copy color: '#D404EE'

red 212 ◦ green 4 ◦ blue 238

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

Shades of Psychedelic Purple #D404EE

Tints of Psychedelic Purple #D404EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.42%

R = 46.7%
G = 0.88%
B = 52.42%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D404EE (or 0xD404EE) is known color: Psychedelic Purple. HEX triplet: D4, 04 and EE. RGB value is (212,4,238). Sum of RGB (Red+Green+Blue) = 212+4+238=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 4 (1.95% from 255 or 0.88% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #D404EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D404EE is #2BFB11. Grayscale: #5C5C5C. Windows color (decimal): -2882322 or 15598804. OLE color: 15598804.

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

Color convert

RGB 212 4 238 -
CMYK 0.11 0.98 0 0.07
HSL 293.33º 0.97% 0.47% -
HSV(B) 293.33º 0.98% 0.93% -
XYZ 42.63 20.26 82.55 -
YUV 92.87 209.91 212.97 -
System Red Green Blue C M Y K H S L
Decimal 212 4 238 0.11 0.98 0 0.07 293.33 0.97 0.47
Hex D4 4 EE B 62 0 7 125 61 2F
Octal 324 4 356 13 142 0 7 445 141 57
Binary 11010100 100 11101110 1011 1100010 0 111 100100101 1100001 101111

Color Harmonies of #D404EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D404EE

Black with #D404EE

Text Example


Text Example

White with #D404EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D404EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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