Html Css Color HEX #D400EB Psychedelic Purple

📋 copy color: '#D400EB'

red 212 ◦ green 0 ◦ blue 235

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

Shades of Psychedelic Purple #D400EB

Tints of Psychedelic Purple #D400EB

RGB

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

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

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

R = 47.43%
G = 0%
B = 52.57%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D400EB (or 0xD400EB) is known color: Psychedelic Purple. HEX triplet: D4, 00 and EB. RGB value is (212,0,235). Sum of RGB (Red+Green+Blue) = 212+0+235=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 0 (0.39% from 255 or 0% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #D400EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D400EB is #2BFF14. Grayscale: #595959. Windows color (decimal): -2883349 or 15401172. OLE color: 15401172.

HSL color Cylindrical-coordinate representation of color #D400EB: hue angle of 294.13º 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 #D400EB is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 0 235 -
CMYK 0.10 1 0 0.08
HSL 294.13º 1% 0.46% -
HSV(B) 294.13º 1% 0.92% -
XYZ 42.15 20 80.24 -
YUV 90.18 209.74 214.89 -
System Red Green Blue C M Y K H S L
Decimal 212 0 235 0.10 1 0 0.08 294.13 1 0.46
Hex D4 0 EB A 64 0 8 126 64 2E
Octal 324 0 353 12 144 0 10 446 144 56
Binary 11010100 0 11101011 1010 1100100 0 1000 100100110 1100100 101110

Color Harmonies of #D400EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D400EB

Black with #D400EB

Text Example


Text Example

White with #D400EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D400EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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