Html Css Color HEX #D611EC Psychedelic Purple

📋 copy color: '#D611EC'

red 214 ◦ green 17 ◦ blue 236

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

Shades of Psychedelic Purple #D611EC

Tints of Psychedelic Purple #D611EC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.64%

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

R = 45.82%
G = 3.64%
B = 50.54%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D611EC (or 0xD611EC) is known color: Psychedelic Purple. HEX triplet: D6, 11 and EC. RGB value is (214,17,236). Sum of RGB (Red+Green+Blue) = 214+17+236=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 17 (7.03% from 255 or 3.64% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #D611EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D611EC is #29EE13. Grayscale: #646464. Windows color (decimal): -2747924 or 15471062. OLE color: 15471062.

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

Color convert

RGB 214 17 236 -
CMYK 0.09 0.93 0 0.07
HSL 293.97º 0.87% 0.5% -
HSV(B) 293.97º 0.93% 0.93% -
XYZ 43.07 20.75 81.09 -
YUV 100.87 204.27 208.69 -
System Red Green Blue C M Y K H S L
Decimal 214 17 236 0.09 0.93 0 0.07 293.97 0.87 0.5
Hex D6 11 EC 9 5D 0 7 126 57 32
Octal 326 21 354 11 135 0 7 446 127 62
Binary 11010110 10001 11101100 1001 1011101 0 111 100100110 1010111 110010

Color Harmonies of #D611EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D611EC

Black with #D611EC

Text Example


Text Example

White with #D611EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D611EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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