Html Css Color HEX #D418EC Psychedelic Purple

📋 copy color: '#D418EC'

red 212 ◦ green 24 ◦ blue 236

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

Shades of Psychedelic Purple #D418EC

Tints of Psychedelic Purple #D418EC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.08%

 BLUE value IS 236 (92.58% from 255) = 50%

R = 44.92%
G = 5.08%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D418EC (or 0xD418EC) is known color: Psychedelic Purple. HEX triplet: D4, 18 and EC. RGB value is (212,24,236). Sum of RGB (Red+Green+Blue) = 212+24+236=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 24 (9.77% from 255 or 5.08% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #D418EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D418EC is #2BE713. Grayscale: #676767. Windows color (decimal): -2877204 or 15472852. OLE color: 15472852.

HSL color Cylindrical-coordinate representation of color #D418EC: hue angle of 293.21º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D418EC is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 24 236 -
CMYK 0.10 0.90 0 0.07
HSL 293.21º 0.85% 0.51% -
HSV(B) 293.21º 0.9% 0.93% -
XYZ 42.62 20.71 81.11 -
YUV 104.38 202.28 204.76 -
System Red Green Blue C M Y K H S L
Decimal 212 24 236 0.10 0.90 0 0.07 293.21 0.85 0.51
Hex D4 18 EC A 5A 0 7 125 55 33
Octal 324 30 354 12 132 0 7 445 125 63
Binary 11010100 11000 11101100 1010 1011010 0 111 100100101 1010101 110011

Color Harmonies of #D418EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D418EC

Black with #D418EC

Text Example


Text Example

White with #D418EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D418EC; }

 p { color: rgb(212,24,236); }

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

background-color css

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

 a { background-color: rgb(212,24,236); }

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

border-color css

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

 span { border-color: rgb(212,24,236); }

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