Html Css Color HEX #D616EF Psychedelic Purple

📋 copy color: '#D616EF'

red 214 ◦ green 22 ◦ blue 239

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

Shades of Psychedelic Purple #D616EF

Tints of Psychedelic Purple #D616EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.32%

R = 45.05%
G = 4.63%
B = 50.32%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D616EF (or 0xD616EF) is known color: Psychedelic Purple. HEX triplet: D6, 16 and EF. RGB value is (214,22,239). Sum of RGB (Red+Green+Blue) = 214+22+239=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 22 (8.98% from 255 or 4.63% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #D616EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D616EF is #29E910. Grayscale: #676767. Windows color (decimal): -2746641 or 15668950. OLE color: 15668950.

HSL color Cylindrical-coordinate representation of color #D616EF: hue angle of 293.09º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D616EF is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 22 239 -
CMYK 0.10 0.91 0 0.06
HSL 293.09º 0.87% 0.51% -
HSV(B) 293.09º 0.91% 0.94% -
XYZ 43.6 21.1 83.44 -
YUV 104.15 204.11 206.36 -
System Red Green Blue C M Y K H S L
Decimal 214 22 239 0.10 0.91 0 0.06 293.09 0.87 0.51
Hex D6 16 EF A 5B 0 6 125 57 33
Octal 326 26 357 12 133 0 6 445 127 63
Binary 11010110 10110 11101111 1010 1011011 0 110 100100101 1010111 110011

Color Harmonies of #D616EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D616EF

Black with #D616EF

Text Example


Text Example

White with #D616EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D616EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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