Html Css Color HEX #D400EA Psychedelic Purple

📋 copy color: '#D400EA'

red 212 ◦ green 0 ◦ blue 234

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

Shades of Psychedelic Purple #D400EA

Tints of Psychedelic Purple #D400EA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 234 (91.8% from 255) = 52.47%

R = 47.53%
G = 0%
B = 52.47%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D400EA (or 0xD400EA) is known color: Psychedelic Purple. HEX triplet: D4, 00 and EA. RGB value is (212,0,234). Sum of RGB (Red+Green+Blue) = 212+0+234=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 0 (0.39% from 255 or 0% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #D400EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D400EA is #2BFF15. Grayscale: #595959. Windows color (decimal): -2883350 or 15335636. OLE color: 15335636.

HSL color Cylindrical-coordinate representation of color #D400EA: hue angle of 294.36º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D400EA is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 0 234 -
CMYK 0.09 1 0 0.08
HSL 294.36º 1% 0.46% -
HSV(B) 294.36º 1% 0.92% -
XYZ 42 19.94 79.48 -
YUV 90.06 209.24 214.97 -
System Red Green Blue C M Y K H S L
Decimal 212 0 234 0.09 1 0 0.08 294.36 1 0.46
Hex D4 0 EA 9 64 0 8 126 64 2E
Octal 324 0 352 11 144 0 10 446 144 56
Binary 11010100 0 11101010 1001 1100100 0 1000 100100110 1100100 101110

Color Harmonies of #D400EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D400EA

Black with #D400EA

Text Example


Text Example

White with #D400EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D400EA; }

 p { color: rgb(212,0,234); }

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

background-color css

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

 a { background-color: rgb(212,0,234); }

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

border-color css

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

 span { border-color: rgb(212,0,234); }

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