Html Css Color HEX #D428EB Psychedelic Purple

📋 copy color: '#D428EB'

red 212 ◦ green 40 ◦ blue 235

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

Shades of Psychedelic Purple #D428EB

Tints of Psychedelic Purple #D428EB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.21%

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

R = 43.53%
G = 8.21%
B = 48.25%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D428EB (or 0xD428EB) is known color: Psychedelic Purple. HEX triplet: D4, 28 and EB. RGB value is (212,40,235). Sum of RGB (Red+Green+Blue) = 212+40+235=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 40 (16.02% from 255 or 8.21% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #D428EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D428EB is #2BD714. Grayscale: #717171. Windows color (decimal): -2873109 or 15411412. OLE color: 15411412.

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

Color convert

RGB 212 40 235 -
CMYK 0.10 0.83 0 0.08
HSL 292.92º 0.83% 0.54% -
HSV(B) 292.92º 0.83% 0.92% -
XYZ 42.91 21.51 80.49 -
YUV 113.66 196.48 198.14 -
System Red Green Blue C M Y K H S L
Decimal 212 40 235 0.10 0.83 0 0.08 292.92 0.83 0.54
Hex D4 28 EB A 53 0 8 125 53 36
Octal 324 50 353 12 123 0 10 445 123 66
Binary 11010100 101000 11101011 1010 1010011 0 1000 100100101 1010011 110110

Color Harmonies of #D428EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D428EB

Black with #D428EB

Text Example


Text Example

White with #D428EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D428EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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