Html Css Color HEX #D628EA Psychedelic Purple

📋 copy color: '#D628EA'

red 214 ◦ green 40 ◦ blue 234

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

Shades of Psychedelic Purple #D628EA

Tints of Psychedelic Purple #D628EA

RGB

 RED value IS 214 (83.98% from 255) = 43.85%

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

 BLUE value IS 234 (91.8% from 255) = 47.95%

R = 43.85%
G = 8.2%
B = 47.95%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D628EA (or 0xD628EA) is known color: Psychedelic Purple. HEX triplet: D6, 28 and EA. RGB value is (214,40,234). Sum of RGB (Red+Green+Blue) = 214+40+234=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 40 (16.02% from 255 or 8.20% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #D628EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D628EA is #29D715. Grayscale: #717171. Windows color (decimal): -2742038 or 15345878. OLE color: 15345878.

HSL color Cylindrical-coordinate representation of color #D628EA: hue angle of 293.81º degrees, saturation: 0.82, 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 #D628EA is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 40 234 -
CMYK 0.09 0.83 0 0.08
HSL 293.81º 0.82% 0.54% -
HSV(B) 293.81º 0.83% 0.92% -
XYZ 43.34 21.75 79.76 -
YUV 114.14 195.65 199.23 -
System Red Green Blue C M Y K H S L
Decimal 214 40 234 0.09 0.83 0 0.08 293.81 0.82 0.54
Hex D6 28 EA 9 53 0 8 126 52 36
Octal 326 50 352 11 123 0 10 446 122 66
Binary 11010110 101000 11101010 1001 1010011 0 1000 100100110 1010010 110110

Color Harmonies of #D628EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D628EA

Black with #D628EA

Text Example


Text Example

White with #D628EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D628EA; }

 p { color: rgb(214,40,234); }

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

background-color css

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

 a { background-color: rgb(214,40,234); }

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

border-color css

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

 span { border-color: rgb(214,40,234); }

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