Html Css Color HEX #D40EEF Psychedelic Purple

📋 copy color: '#D40EEF'

red 212 ◦ green 14 ◦ blue 239

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

Shades of Psychedelic Purple #D40EEF

Tints of Psychedelic Purple #D40EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.4%

R = 45.59%
G = 3.01%
B = 51.4%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D40EEF (or 0xD40EEF) is known color: Psychedelic Purple. HEX triplet: D4, 0E and EF. RGB value is (212,14,239). Sum of RGB (Red+Green+Blue) = 212+14+239=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 14 (5.86% from 255 or 3.01% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #D40EEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40EEF is #2BF110. Grayscale: #626262. Windows color (decimal): -2879761 or 15666900. OLE color: 15666900.

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

Color convert

RGB 212 14 239 -
CMYK 0.11 0.94 0 0.06
HSL 292.8º 0.89% 0.5% -
HSV(B) 292.8º 0.94% 0.94% -
XYZ 42.89 20.54 83.37 -
YUV 98.85 207.1 208.7 -
System Red Green Blue C M Y K H S L
Decimal 212 14 239 0.11 0.94 0 0.06 292.8 0.89 0.5
Hex D4 E EF B 5E 0 6 125 59 32
Octal 324 16 357 13 136 0 6 445 131 62
Binary 11010100 1110 11101111 1011 1011110 0 110 100100101 1011001 110010

Color Harmonies of #D40EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40EEF

Black with #D40EEF

Text Example


Text Example

White with #D40EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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