Html Css Color HEX #D619EC Psychedelic Purple

📋 copy color: '#D619EC'

red 214 ◦ green 25 ◦ blue 236

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

Shades of Psychedelic Purple #D619EC

Tints of Psychedelic Purple #D619EC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.26%

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

R = 45.05%
G = 5.26%
B = 49.68%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D619EC (or 0xD619EC) is known color: Psychedelic Purple. HEX triplet: D6, 19 and EC. RGB value is (214,25,236). Sum of RGB (Red+Green+Blue) = 214+25+236=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 25 (10.16% from 255 or 5.26% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #D619EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D619EC is #29E613. Grayscale: #686868. Windows color (decimal): -2745876 or 15473110. OLE color: 15473110.

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

Color convert

RGB 214 25 236 -
CMYK 0.09 0.89 0 0.07
HSL 293.74º 0.85% 0.51% -
HSV(B) 293.74º 0.89% 0.93% -
XYZ 43.22 21.05 81.14 -
YUV 105.57 201.62 205.34 -
System Red Green Blue C M Y K H S L
Decimal 214 25 236 0.09 0.89 0 0.07 293.74 0.85 0.51
Hex D6 19 EC 9 59 0 7 126 55 33
Octal 326 31 354 11 131 0 7 446 125 63
Binary 11010110 11001 11101100 1001 1011001 0 111 100100110 1010101 110011

Color Harmonies of #D619EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D619EC

Black with #D619EC

Text Example


Text Example

White with #D619EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D619EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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