Html Css Color HEX #D417EB Psychedelic Purple

📋 copy color: '#D417EB'

red 212 ◦ green 23 ◦ blue 235

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

Shades of Psychedelic Purple #D417EB

Tints of Psychedelic Purple #D417EB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.89%

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

R = 45.11%
G = 4.89%
B = 50%

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

#D417EB (or 0xD417EB) is known color: Psychedelic Purple. HEX triplet: D4, 17 and EB. RGB value is (212,23,235). Sum of RGB (Red+Green+Blue) = 212+23+235=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 23 (9.38% from 255 or 4.89% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #D417EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D417EB is #2BE814. Grayscale: #676767. Windows color (decimal): -2877461 or 15407060. OLE color: 15407060.

HSL color Cylindrical-coordinate representation of color #D417EB: hue angle of 293.49º 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 #D417EB is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 23 235 -
CMYK 0.10 0.90 0 0.08
HSL 293.49º 0.84% 0.51% -
HSV(B) 293.49º 0.9% 0.92% -
XYZ 42.45 20.61 80.34 -
YUV 103.68 202.12 205.26 -
System Red Green Blue C M Y K H S L
Decimal 212 23 235 0.10 0.90 0 0.08 293.49 0.84 0.51
Hex D4 17 EB A 5A 0 8 125 54 33
Octal 324 27 353 12 132 0 10 445 124 63
Binary 11010100 10111 11101011 1010 1011010 0 1000 100100101 1010100 110011

Color Harmonies of #D417EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D417EB

Black with #D417EB

Text Example


Text Example

White with #D417EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D417EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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