Html Css Color HEX #D628E5 Psychedelic Purple

📋 copy color: '#D628E5'

red 214 ◦ green 40 ◦ blue 229

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

Shades of Psychedelic Purple #D628E5

Tints of Psychedelic Purple #D628E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.41%

R = 44.31%
G = 8.28%
B = 47.41%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D628E5 (or 0xD628E5) is known color: Psychedelic Purple. HEX triplet: D6, 28 and E5. RGB value is (214,40,229). Sum of RGB (Red+Green+Blue) = 214+40+229=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 40 (16.02% from 255 or 8.28% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #D628E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D628E5 is #29D71A. Grayscale: #707070. Windows color (decimal): -2742043 or 15018198. OLE color: 15018198.

HSL color Cylindrical-coordinate representation of color #D628E5: hue angle of 295.24º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D628E5 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 40 229 -
CMYK 0.07 0.83 0 0.10
HSL 295.24º 0.78% 0.53% -
HSV(B) 295.24º 0.83% 0.9% -
XYZ 42.63 21.47 76.03 -
YUV 113.57 193.15 199.63 -
System Red Green Blue C M Y K H S L
Decimal 214 40 229 0.07 0.83 0 0.10 295.24 0.78 0.53
Hex D6 28 E5 7 53 0 A 127 4E 35
Octal 326 50 345 7 123 0 12 447 116 65
Binary 11010110 101000 11100101 111 1010011 0 1010 100100111 1001110 110101

Color Harmonies of #D628E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D628E5

Black with #D628E5

Text Example


Text Example

White with #D628E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D628E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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