Html Css Color HEX #D616EC Psychedelic Purple

📋 copy color: '#D616EC'

red 214 ◦ green 22 ◦ blue 236

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

Shades of Psychedelic Purple #D616EC

Tints of Psychedelic Purple #D616EC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.66%

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

R = 45.34%
G = 4.66%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D616EC (or 0xD616EC) is known color: Psychedelic Purple. HEX triplet: D6, 16 and EC. RGB value is (214,22,236). Sum of RGB (Red+Green+Blue) = 214+22+236=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 22 (8.98% from 255 or 4.66% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #D616EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D616EC is #29E913. Grayscale: #676767. Windows color (decimal): -2746644 or 15472342. OLE color: 15472342.

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

Color convert

RGB 214 22 236 -
CMYK 0.09 0.91 0 0.07
HSL 293.83º 0.85% 0.51% -
HSV(B) 293.83º 0.91% 0.93% -
XYZ 43.16 20.93 81.12 -
YUV 103.8 202.61 206.6 -
System Red Green Blue C M Y K H S L
Decimal 214 22 236 0.09 0.91 0 0.07 293.83 0.85 0.51
Hex D6 16 EC 9 5B 0 7 126 55 33
Octal 326 26 354 11 133 0 7 446 125 63
Binary 11010110 10110 11101100 1001 1011011 0 111 100100110 1010101 110011

Color Harmonies of #D616EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D616EC

Black with #D616EC

Text Example


Text Example

White with #D616EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D616EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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