Html Css Color HEX #D40EF0 Psychedelic Purple

📋 copy color: '#D40EF0'

red 212 ◦ green 14 ◦ blue 240

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

Shades of Psychedelic Purple #D40EF0

Tints of Psychedelic Purple #D40EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 51.5%

R = 45.49%
G = 3%
B = 51.5%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D40EF0 (or 0xD40EF0) is known color: Psychedelic Purple. HEX triplet: D4, 0E and F0. RGB value is (212,14,240). Sum of RGB (Red+Green+Blue) = 212+14+240=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 14 (5.86% from 255 or 3.00% from 466); Blue value is 240 (94.14% from 255 or 51.50% from 466); Max value from RGB is 240 - color contains mainly: blue. Hex color #D40EF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40EF0 is #2BF10F. Grayscale: #626262. Windows color (decimal): -2879760 or 15732436. OLE color: 15732436.

HSL color Cylindrical-coordinate representation of color #D40EF0: hue angle of 292.57º 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 #D40EF0 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 14 240 -
CMYK 0.12 0.94 0 0.06
HSL 292.57º 0.89% 0.5% -
HSV(B) 292.57º 0.94% 0.94% -
XYZ 43.04 20.6 84.15 -
YUV 98.97 207.6 208.62 -
System Red Green Blue C M Y K H S L
Decimal 212 14 240 0.12 0.94 0 0.06 292.57 0.89 0.5
Hex D4 E F0 C 5E 0 6 125 59 32
Octal 324 16 360 14 136 0 6 445 131 62
Binary 11010100 1110 11110000 1100 1011110 0 110 100100101 1011001 110010

Color Harmonies of #D40EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40EF0

Black with #D40EF0

Text Example


Text Example

White with #D40EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40EF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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