Html Css Color HEX #D40FEE Psychedelic Purple

📋 copy color: '#D40FEE'

red 212 ◦ green 15 ◦ blue 238

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

Shades of Psychedelic Purple #D40FEE

Tints of Psychedelic Purple #D40FEE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.23%

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

R = 45.59%
G = 3.23%
B = 51.18%

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

#D40FEE (or 0xD40FEE) is known color: Psychedelic Purple. HEX triplet: D4, 0F and EE. RGB value is (212,15,238). Sum of RGB (Red+Green+Blue) = 212+15+238=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 15 (6.25% from 255 or 3.23% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #D40FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40FEE is #2BF011. Grayscale: #626262. Windows color (decimal): -2879506 or 15601620. OLE color: 15601620.

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

Color convert

RGB 212 15 238 -
CMYK 0.11 0.94 0 0.07
HSL 293º 0.88% 0.5% -
HSV(B) 293º 0.94% 0.93% -
XYZ 42.75 20.51 82.59 -
YUV 99.33 206.27 208.37 -
System Red Green Blue C M Y K H S L
Decimal 212 15 238 0.11 0.94 0 0.07 293 0.88 0.5
Hex D4 F EE B 5E 0 7 125 58 32
Octal 324 17 356 13 136 0 7 445 130 62
Binary 11010100 1111 11101110 1011 1011110 0 111 100100101 1011000 110010

Color Harmonies of #D40FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40FEE

Black with #D40FEE

Text Example


Text Example

White with #D40FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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