Html Css Color HEX #D428ED Psychedelic Purple

📋 copy color: '#D428ED'

red 212 ◦ green 40 ◦ blue 237

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

Shades of Psychedelic Purple #D428ED

Tints of Psychedelic Purple #D428ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.47%

R = 43.35%
G = 8.18%
B = 48.47%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D428ED (or 0xD428ED) is known color: Psychedelic Purple. HEX triplet: D4, 28 and ED. RGB value is (212,40,237). Sum of RGB (Red+Green+Blue) = 212+40+237=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 40 (16.02% from 255 or 8.18% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #D428ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D428ED is #2BD712. Grayscale: #717171. Windows color (decimal): -2873107 or 15542484. OLE color: 15542484.

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

Color convert

RGB 212 40 237 -
CMYK 0.11 0.83 0 0.07
HSL 292.39º 0.85% 0.54% -
HSV(B) 292.39º 0.83% 0.93% -
XYZ 43.2 21.63 82.02 -
YUV 113.89 197.48 197.98 -
System Red Green Blue C M Y K H S L
Decimal 212 40 237 0.11 0.83 0 0.07 292.39 0.85 0.54
Hex D4 28 ED B 53 0 7 124 55 36
Octal 324 50 355 13 123 0 7 444 125 66
Binary 11010100 101000 11101101 1011 1010011 0 111 100100100 1010101 110110

Color Harmonies of #D428ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D428ED

Black with #D428ED

Text Example


Text Example

White with #D428ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D428ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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