Html Css Color HEX #D617EC Psychedelic Purple

📋 copy color: '#D617EC'

red 214 ◦ green 23 ◦ blue 236

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

Shades of Psychedelic Purple #D617EC

Tints of Psychedelic Purple #D617EC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.86%

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

R = 45.24%
G = 4.86%
B = 49.89%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D617EC (or 0xD617EC) is known color: Psychedelic Purple. HEX triplet: D6, 17 and EC. RGB value is (214,23,236). Sum of RGB (Red+Green+Blue) = 214+23+236=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 23 (9.38% from 255 or 4.86% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #D617EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D617EC is #29E813. Grayscale: #676767. Windows color (decimal): -2746388 or 15472598. OLE color: 15472598.

HSL color Cylindrical-coordinate representation of color #D617EC: hue angle of 293.8º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D617EC is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 23 236 -
CMYK 0.09 0.90 0 0.07
HSL 293.8º 0.85% 0.51% -
HSV(B) 293.8º 0.9% 0.93% -
XYZ 43.18 20.97 81.13 -
YUV 104.39 202.28 206.18 -
System Red Green Blue C M Y K H S L
Decimal 214 23 236 0.09 0.90 0 0.07 293.8 0.85 0.51
Hex D6 17 EC 9 5A 0 7 126 55 33
Octal 326 27 354 11 132 0 7 446 125 63
Binary 11010110 10111 11101100 1001 1011010 0 111 100100110 1010101 110011

Color Harmonies of #D617EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D617EC

Black with #D617EC

Text Example


Text Example

White with #D617EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D617EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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