Html Css Color HEX #D418EB Psychedelic Purple

📋 copy color: '#D418EB'

red 212 ◦ green 24 ◦ blue 235

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

Shades of Psychedelic Purple #D418EB

Tints of Psychedelic Purple #D418EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.89%

R = 45.01%
G = 5.1%
B = 49.89%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D418EB (or 0xD418EB) is known color: Psychedelic Purple. HEX triplet: D4, 18 and EB. RGB value is (212,24,235). Sum of RGB (Red+Green+Blue) = 212+24+235=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 24 (9.77% from 255 or 5.10% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #D418EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D418EB is #2BE714. Grayscale: #676767. Windows color (decimal): -2877205 or 15407316. OLE color: 15407316.

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

Color convert

RGB 212 24 235 -
CMYK 0.10 0.90 0 0.08
HSL 293.46º 0.84% 0.51% -
HSV(B) 293.46º 0.9% 0.92% -
XYZ 42.47 20.65 80.34 -
YUV 104.27 201.78 204.84 -
System Red Green Blue C M Y K H S L
Decimal 212 24 235 0.10 0.90 0 0.08 293.46 0.84 0.51
Hex D4 18 EB A 5A 0 8 125 54 33
Octal 324 30 353 12 132 0 10 445 124 63
Binary 11010100 11000 11101011 1010 1011010 0 1000 100100101 1010100 110011

Color Harmonies of #D418EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D418EB

Black with #D418EB

Text Example


Text Example

White with #D418EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D418EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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