Html Css Color HEX #D629EC Psychedelic Purple

📋 copy color: '#D629EC'

red 214 ◦ green 41 ◦ blue 236

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

Shades of Psychedelic Purple #D629EC

Tints of Psychedelic Purple #D629EC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.35%

 BLUE value IS 236 (92.58% from 255) = 48.07%

R = 43.58%
G = 8.35%
B = 48.07%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D629EC (or 0xD629EC) is known color: Psychedelic Purple. HEX triplet: D6, 29 and EC. RGB value is (214,41,236). Sum of RGB (Red+Green+Blue) = 214+41+236=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 41 (16.41% from 255 or 8.35% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #D629EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D629EC is #29D613. Grayscale: #727272. Windows color (decimal): -2741780 or 15477206. OLE color: 15477206.

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

Color convert

RGB 214 41 236 -
CMYK 0.09 0.83 0 0.07
HSL 293.23º 0.84% 0.54% -
HSV(B) 293.23º 0.83% 0.93% -
XYZ 43.66 21.94 81.29 -
YUV 114.96 196.31 198.64 -
System Red Green Blue C M Y K H S L
Decimal 214 41 236 0.09 0.83 0 0.07 293.23 0.84 0.54
Hex D6 29 EC 9 53 0 7 125 54 36
Octal 326 51 354 11 123 0 7 445 124 66
Binary 11010110 101001 11101100 1001 1010011 0 111 100100101 1010100 110110

Color Harmonies of #D629EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D629EC

Black with #D629EC

Text Example


Text Example

White with #D629EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D629EC; }

 p { color: rgb(214,41,236); }

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

background-color css

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

 a { background-color: rgb(214,41,236); }

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

border-color css

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

 span { border-color: rgb(214,41,236); }

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