Html Css Color HEX #D627EC Psychedelic Purple

📋 copy color: '#D627EC'

red 214 ◦ green 39 ◦ blue 236

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

Shades of Psychedelic Purple #D627EC

Tints of Psychedelic Purple #D627EC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.98%

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

R = 43.76%
G = 7.98%
B = 48.26%

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

#D627EC (or 0xD627EC) is known color: Psychedelic Purple. HEX triplet: D6, 27 and EC. RGB value is (214,39,236). Sum of RGB (Red+Green+Blue) = 214+39+236=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 39 (15.62% from 255 or 7.98% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #D627EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D627EC is #29D813. Grayscale: #717171. Windows color (decimal): -2742292 or 15476694. OLE color: 15476694.

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

Color convert

RGB 214 39 236 -
CMYK 0.09 0.83 0 0.07
HSL 293.3º 0.84% 0.54% -
HSV(B) 293.3º 0.83% 0.93% -
XYZ 43.6 21.8 81.27 -
YUV 113.78 196.98 199.48 -
System Red Green Blue C M Y K H S L
Decimal 214 39 236 0.09 0.83 0 0.07 293.3 0.84 0.54
Hex D6 27 EC 9 53 0 7 125 54 36
Octal 326 47 354 11 123 0 7 445 124 66
Binary 11010110 100111 11101100 1001 1010011 0 111 100100101 1010100 110110

Color Harmonies of #D627EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D627EC

Black with #D627EC

Text Example


Text Example

White with #D627EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D627EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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