Html Css Color HEX #D40EEE Psychedelic Purple

📋 copy color: '#D40EEE'

red 212 ◦ green 14 ◦ blue 238

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

Shades of Psychedelic Purple #D40EEE

Tints of Psychedelic Purple #D40EEE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.02%

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

R = 45.69%
G = 3.02%
B = 51.29%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D40EEE (or 0xD40EEE) is known color: Psychedelic Purple. HEX triplet: D4, 0E and EE. RGB value is (212,14,238). Sum of RGB (Red+Green+Blue) = 212+14+238=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 14 (5.86% from 255 or 3.02% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #D40EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40EEE is #2BF111. Grayscale: #626262. Windows color (decimal): -2879762 or 15601364. OLE color: 15601364.

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

Color convert

RGB 212 14 238 -
CMYK 0.11 0.94 0 0.07
HSL 293.04º 0.89% 0.49% -
HSV(B) 293.04º 0.94% 0.93% -
XYZ 42.74 20.48 82.59 -
YUV 98.74 206.6 208.79 -
System Red Green Blue C M Y K H S L
Decimal 212 14 238 0.11 0.94 0 0.07 293.04 0.89 0.49
Hex D4 E EE B 5E 0 7 125 59 31
Octal 324 16 356 13 136 0 7 445 131 61
Binary 11010100 1110 11101110 1011 1011110 0 111 100100101 1011001 110001

Color Harmonies of #D40EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40EEE

Black with #D40EEE

Text Example


Text Example

White with #D40EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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